@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:CultivablePlot metadata_def:prefLabel "Cultivable plot"@en, "Parcelle cultivable"@fr ; metadata:prefixIRI "c3poplot:CultivablePlot" ; a owl:Class ; rdfs:comment "A cultivable plot is a cultivable area that hosts one or several production processes, associated with a cultivation mode (open field, cold under cover or greenhouse). It has some cultivation beds or not."@en, "Une parcelle cultivable est une zone cultivable qui accueille un ou plusieurs processus de production, associé à un mode de culture (Plein champ, Abri froid ou Serre). Elle possède un ensemble de planches ou non."@fr ; rdfs:label "Cultivable plot"@en, "Parcelle cultivable"@fr ; rdfs:subClassOf ns0:CultivableArea . ns0:hasCultureMode rdfs:domain ns0:CultivablePlot . ns0:identifierPlot rdfs:domain ns0:CultivablePlot . ns0:plotName rdfs:domain ns0:CultivablePlot .
@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:CultivablePlot
    metadata_def:prefLabel "Cultivable plot"@en, "Parcelle cultivable"@fr ;
    metadata:prefixIRI "c3poplot:CultivablePlot" ;
    a owl:Class ;
    rdfs:comment "A cultivable plot is a cultivable area that hosts one or several production processes, associated with a cultivation mode (open field, cold under cover or greenhouse). It has some cultivation beds or not."@en, "Une parcelle cultivable est une zone cultivable qui accueille un ou plusieurs processus de production, associé à un mode de culture (Plein champ, Abri froid ou Serre). Elle possède un ensemble de planches ou non."@fr ;
    rdfs:label "Cultivable plot"@en, "Parcelle cultivable"@fr ;
    rdfs:subClassOf ns0:CultivableArea .

ns0:hasCultureMode
    rdfs:domain ns0:CultivablePlot .

ns0:identifierPlot
    rdfs:domain ns0:CultivablePlot .

ns0:plotName
    rdfs:domain ns0:CultivablePlot .