@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:CultivableMound metadata_def:prefLabel "Cultivable mound"@en, "Cultivable mound"@fr ; metadata:prefixIRI "c3poplot:CultivableMound" ; a owl:Class ; rdfs:comment "A cultivation mound is a cultivable area, rectangular in shape and elevated in a mound shape, that hosts one or several production processes. A cultivation mound is associated to a specific cultivable plot. The cultivation mounds are generally used in permaculture."@en, "Une butte de culture est une zone cultivable, de forme rectangulaire et sur-élevée en forme de butte, qui accueille un à plusieurs processus de production. Une butte de culture est associée à une parcelle donnée. Les buttes de cultures sont généralement utilisées en permaculture."@fr ; rdfs:label "Butte cultivable"@fr, "Cultivable mound"@en ; rdfs:subClassOf ns0:CultivableArea . ns0:hasHeight rdfs:domain ns0:CultivableMound .
@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:CultivableMound
    metadata_def:prefLabel "Cultivable mound"@en, "Cultivable mound"@fr ;
    metadata:prefixIRI "c3poplot:CultivableMound" ;
    a owl:Class ;
    rdfs:comment "A cultivation mound is a cultivable area, rectangular in shape and elevated in a mound shape, that hosts one or several production processes. A cultivation mound is associated to a specific cultivable plot. The cultivation mounds are generally used in permaculture."@en, "Une butte de culture est une zone cultivable, de forme rectangulaire et sur-élevée en forme de butte, qui accueille un à plusieurs processus de production. Une butte de culture est associée à une parcelle donnée. Les buttes de cultures sont généralement utilisées en permaculture."@fr ;
    rdfs:label "Butte cultivable"@fr, "Cultivable mound"@en ;
    rdfs:subClassOf ns0:CultivableArea .

ns0:hasHeight
    rdfs:domain ns0:CultivableMound .