@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.elzeard.co/ontologies/c3po/plant#> . @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 ns1: <http://www.elzeard.co/ontologies/c3po/cropManagement#> . ns1:concernsPlant rdfs:range ns0:CultivatedPlant . ns1:isCultivatedAccordingTo rdfs:domain ns0:CultivatedPlant . ns0:CultivatedPlant metadata_def:mappingLoom "cultivatedplant" ; metadata_def:mappingSameURI ns0:CultivatedPlant ; metadata_def:prefLabel "Cultivated plant" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Organisme végétal cultivé par les êtres humains"@fr, "Vegetal organism cultivated by human beings"@en ; rdfs:label "Cultivated plant"@en, "Plante cultivée"@fr ; rdfs:subClassOf ns0:Plant . ns0:belongsSizeCategory rdfs:domain ns0:CultivatedPlant . ns0:dependsSeason rdfs:domain ns0:CultivatedPlant . ns0:exports rdfs:domain ns0:CultivatedPlant . ns0:germinates rdfs:domain ns0:CultivatedPlant . ns0:gramOfSeedsPer1000Plants rdfs:domain ns0:CultivatedPlant . ns0:grows rdfs:domain ns0:CultivatedPlant . ns0:harvests rdfs:domain ns0:CultivatedPlant . ns0:hasCleansingTrait rdfs:domain ns0:CultivatedPlant . ns0:hasConservationCapacity rdfs:domain ns0:CultivatedPlant . ns0:hasDiseaseTolerance rdfs:domain ns0:CultivatedPlant . ns0:hasFrostTolerance rdfs:domain ns0:CultivatedPlant . ns0:hasPlotReturnTime rdfs:domain ns0:CultivatedPlant . ns0:hasWateringNeed rdfs:domain ns0:CultivatedPlant . ns0:isCultivarOf rdfs:range ns0:CultivatedPlant . ns0:isVarietalType rdfs:domain ns0:CultivatedPlant . ns0:maxSeedsPerGram rdfs:domain ns0:CultivatedPlant . ns0:minSeedsPerGram rdfs:domain ns0:CultivatedPlant . ns0:needs rdfs:domain ns0:CultivatedPlant . ns0:needsNutrition rdfs:domain ns0:CultivatedPlant . ns0:seedsPerGram rdfs:domain ns0:CultivatedPlant . ns0:stores rdfs:domain ns0:CultivatedPlant . ns0:takesRoot rdfs:domain ns0:CultivatedPlant .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.elzeard.co/ontologies/c3po/plant#> .
@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 ns1: <http://www.elzeard.co/ontologies/c3po/cropManagement#> .

ns1:concernsPlant
    rdfs:range ns0:CultivatedPlant .

ns1:isCultivatedAccordingTo
    rdfs:domain ns0:CultivatedPlant .

ns0:CultivatedPlant
    metadata_def:mappingLoom "cultivatedplant" ;
    metadata_def:mappingSameURI ns0:CultivatedPlant ;
    metadata_def:prefLabel "Cultivated plant" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Organisme végétal cultivé par les êtres humains"@fr, "Vegetal organism cultivated by human beings"@en ;
    rdfs:label "Cultivated plant"@en, "Plante cultivée"@fr ;
    rdfs:subClassOf ns0:Plant .

ns0:belongsSizeCategory
    rdfs:domain ns0:CultivatedPlant .

ns0:dependsSeason
    rdfs:domain ns0:CultivatedPlant .

ns0:exports
    rdfs:domain ns0:CultivatedPlant .

ns0:germinates
    rdfs:domain ns0:CultivatedPlant .

ns0:gramOfSeedsPer1000Plants
    rdfs:domain ns0:CultivatedPlant .

ns0:grows
    rdfs:domain ns0:CultivatedPlant .

ns0:harvests
    rdfs:domain ns0:CultivatedPlant .

ns0:hasCleansingTrait
    rdfs:domain ns0:CultivatedPlant .

ns0:hasConservationCapacity
    rdfs:domain ns0:CultivatedPlant .

ns0:hasDiseaseTolerance
    rdfs:domain ns0:CultivatedPlant .

ns0:hasFrostTolerance
    rdfs:domain ns0:CultivatedPlant .

ns0:hasPlotReturnTime
    rdfs:domain ns0:CultivatedPlant .

ns0:hasWateringNeed
    rdfs:domain ns0:CultivatedPlant .

ns0:isCultivarOf
    rdfs:range ns0:CultivatedPlant .

ns0:isVarietalType
    rdfs:domain ns0:CultivatedPlant .

ns0:maxSeedsPerGram
    rdfs:domain ns0:CultivatedPlant .

ns0:minSeedsPerGram
    rdfs:domain ns0:CultivatedPlant .

ns0:needs
    rdfs:domain ns0:CultivatedPlant .

ns0:needsNutrition
    rdfs:domain ns0:CultivatedPlant .

ns0:seedsPerGram
    rdfs:domain ns0:CultivatedPlant .

ns0:stores
    rdfs:domain ns0:CultivatedPlant .

ns0:takesRoot
    rdfs:domain ns0:CultivatedPlant .