@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 prov: <http://www.w3.org/ns/prov#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:CultivableLand rdfs:subClassOf ns0:LandUse . ns0:Infrastructure rdfs:subClassOf ns0:LandUse . ns0:LandUse metadata_def:prefLabel "Land use"@en, "Land use"@fr ; metadata:prefixIRI "c3poplot:LandUse" ; a owl:Class ; rdfs:comment "A field area that has a homogeneous and specific use (agricultural crops, storage building, ...). For exemple, the use is described in the graphical plot register. This area is attached to a production cell."@en, "Une zone de terrain ayant un usage homogène et spécifique (cultures agricoles, bâtiments stockage,...). Par exemple, l'usage est décrit dans le registre parcellaire graphique. Cette zone est rattachée à un îlot de production."@fr ; rdfs:label "Land use"@en, "Occupation du sol"@fr ; rdfs:subClassOf prov:Entity . ns0:LandscapeElement rdfs:subClassOf ns0:LandUse . ns0:OtherLandUse rdfs:subClassOf ns0:LandUse . ns0:hasLandUseNeighbour rdfs:domain ns0:LandUse ; rdfs:range ns0:LandUse .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:CultivableLand
    rdfs:subClassOf ns0:LandUse .

ns0:Infrastructure
    rdfs:subClassOf ns0:LandUse .

ns0:LandUse
    metadata_def:prefLabel "Land use"@en, "Land use"@fr ;
    metadata:prefixIRI "c3poplot:LandUse" ;
    a owl:Class ;
    rdfs:comment "A field area that has a homogeneous and specific use (agricultural crops, storage building, ...). For exemple, the use is described in the graphical plot register. This area is attached to a production cell."@en, "Une zone de terrain ayant un usage homogène et spécifique (cultures agricoles, bâtiments stockage,...). Par exemple, l'usage est décrit dans le registre parcellaire graphique. Cette zone est rattachée à un îlot de production."@fr ;
    rdfs:label "Land use"@en, "Occupation du sol"@fr ;
    rdfs:subClassOf prov:Entity .

ns0:LandscapeElement
    rdfs:subClassOf ns0:LandUse .

ns0:OtherLandUse
    rdfs:subClassOf ns0:LandUse .

ns0:hasLandUseNeighbour
    rdfs:domain ns0:LandUse ;
    rdfs:range ns0:LandUse .