@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 rdfs:subClassOf ns0:Infrastructure . ns0:Infrastructure metadata_def:prefLabel "Infrastructure"@en, "Infrastructure"@fr ; metadata:prefixIRI "c3poplot:Infrastructure" ; a owl:Class ; rdfs:label "Infrastructure"@en, "Infrastructure"@fr ; rdfs:subClassOf ns0:LandUse . ns0:IrrigationInfrastructure 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
    rdfs:subClassOf ns0:Infrastructure .

ns0:Infrastructure
    metadata_def:prefLabel "Infrastructure"@en, "Infrastructure"@fr ;
    metadata:prefixIRI "c3poplot:Infrastructure" ;
    a owl:Class ;
    rdfs:label "Infrastructure"@en, "Infrastructure"@fr ;
    rdfs:subClassOf ns0:LandUse .

ns0:IrrigationInfrastructure
    rdfs:subClassOf ns0:Infrastructure .