@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:CultivableBed metadata_def:prefLabel "Cultivable bed"@en, "Planche de culture"@fr ; metadata:prefixIRI "c3poplot:CultivableBed" ; a owl:Class ; rdfs:comment "Surface unit of production between the plot and the crop line, generally corresponding to the width of land spanned by the tractor."@en, "Unité de surface de production entre la parcelle et la ligne de culture, correspondant en général à la largeur de terre enjambée par le tracteur."@fr ; rdfs:label "Cultivable bed"@en, "Planche de culture"@fr ; rdfs:subClassOf ns0:CultivableArea . ns0:bedName rdfs:domain ns0:CultivableBed . ns0:bedNumber rdfs:domain ns0:CultivableBed .
@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:CultivableBed
    metadata_def:prefLabel "Cultivable bed"@en, "Planche de culture"@fr ;
    metadata:prefixIRI "c3poplot:CultivableBed" ;
    a owl:Class ;
    rdfs:comment "Surface unit of production between the plot and the crop line, generally corresponding to the width of land spanned by the tractor."@en, "Unité de surface de production entre la parcelle et la ligne de culture, correspondant en général à la largeur de terre enjambée par le tracteur."@fr ;
    rdfs:label "Cultivable bed"@en, "Planche de culture"@fr ;
    rdfs:subClassOf ns0:CultivableArea .

ns0:bedName
    rdfs:domain ns0:CultivableBed .

ns0:bedNumber
    rdfs:domain ns0:CultivableBed .