@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.open.elzeard.co/ontologies/c3po/plot#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Building metadata_def:prefLabel "Building"@en, "Building"@fr ; metadata:prefixIRI "c3poplot:Building" ; a owl:Class ; rdfs:comment "Construction en pierre, en bois, en torchis pour abriter le personnel, le bétail ou les récoltes d'une exploitation agricole."@fr, "Construction in stone, wood or cob to shelter the staff, livestock or crops of a farm."@en ; rdfs:label "Building"@en, "Bâtiment"@fr ; rdfs:subClassOf ns0:Infrastructure .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.open.elzeard.co/ontologies/c3po/plot#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Building
    metadata_def:prefLabel "Building"@en, "Building"@fr ;
    metadata:prefixIRI "c3poplot:Building" ;
    a owl:Class ;
    rdfs:comment "Construction en pierre, en bois, en torchis pour abriter le personnel, le bétail ou les récoltes d'une exploitation agricole."@fr, "Construction in stone, wood or cob to shelter the staff, livestock or crops of a farm."@en ;
    rdfs:label "Building"@en, "Bâtiment"@fr ;
    rdfs:subClassOf ns0:Infrastructure .