@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:ProductionCell metadata_def:prefLabel "Production cell"@en, "Production cell"@fr ; metadata:prefixIRI "c3poplot:ProductionCell" ; a owl:Class ; rdfs:comment "A production cell is composed by a group of land use zones, delimited in an administratively defined geographical area. The production cell is associated with a given farm."@en, "Un îlot est constitué d'un ensemble de zones d'occupations du sol, délimité dans un espace géographique défini administrativement. L'ilot est associé à une exploitation agricole donnée."@fr ; rdfs:label "Production cell"@en, "Îlot de production"@fr ; rdfs:subClassOf prov:Entity . ns0:hasProductionCellSurface rdfs:domain ns0:ProductionCell . ns0:identifierProductionCell rdfs:domain ns0:ProductionCell . ns0:isLocated rdfs:domain ns0:ProductionCell . ns0:productionCellName rdfs:domain ns0:ProductionCell .
@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:ProductionCell
    metadata_def:prefLabel "Production cell"@en, "Production cell"@fr ;
    metadata:prefixIRI "c3poplot:ProductionCell" ;
    a owl:Class ;
    rdfs:comment "A production cell is composed by a group of land use zones, delimited in an administratively defined geographical area. The production cell is associated with a given farm."@en, "Un îlot est constitué d'un ensemble de zones d'occupations du sol, délimité dans un espace géographique défini administrativement. L'ilot est associé à une exploitation agricole donnée."@fr ;
    rdfs:label "Production cell"@en, "Îlot de production"@fr ;
    rdfs:subClassOf prov:Entity .

ns0:hasProductionCellSurface
    rdfs:domain ns0:ProductionCell .

ns0:identifierProductionCell
    rdfs:domain ns0:ProductionCell .

ns0:isLocated
    rdfs:domain ns0:ProductionCell .

ns0:productionCellName
    rdfs:domain ns0:ProductionCell .