@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.elzeard.co/ontologies/c3po/cropManagement#> . @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/> . ns0:ProductionProcess metadata_def:mappingLoom "productionprocess" ; metadata_def:mappingSameURI ns0:ProductionProcess ; metadata_def:prefLabel "Production process" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Processus de génération d'une production végétale découpé en une ou plusieurs séries, elles-mêmes composées de tâches opérationnelles."@fr, "Vegetal production generation process sliced into one or more series, themselves composed by operational tasks."@en ; rdfs:label "Processus de production"@fr, "Production process"@en ; rdfs:subClassOf ns0:Process . ns0:appliesCropItinerary rdfs:domain ns0:ProductionProcess . ns0:hasSeriesMember rdfs:domain ns0:ProductionProcess . ns0:isAssociatedWith rdfs:domain ns0:ProductionProcess ; rdfs:range ns0:ProductionProcess . ns0:isCultivatedAccordingTo rdfs:range ns0:ProductionProcess . ns0:produces rdfs:domain ns0:ProductionProcess .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.elzeard.co/ontologies/c3po/cropManagement#> .
@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/> .

ns0:ProductionProcess
    metadata_def:mappingLoom "productionprocess" ;
    metadata_def:mappingSameURI ns0:ProductionProcess ;
    metadata_def:prefLabel "Production process" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Processus de génération d'une production végétale découpé en une ou plusieurs séries, elles-mêmes composées de tâches opérationnelles."@fr, "Vegetal production generation process sliced into one or more series, themselves composed by operational tasks."@en ;
    rdfs:label "Processus de production"@fr, "Production process"@en ;
    rdfs:subClassOf ns0:Process .

ns0:appliesCropItinerary
    rdfs:domain ns0:ProductionProcess .

ns0:hasSeriesMember
    rdfs:domain ns0:ProductionProcess .

ns0:isAssociatedWith
    rdfs:domain ns0:ProductionProcess ;
    rdfs:range ns0:ProductionProcess .

ns0:isCultivatedAccordingTo
    rdfs:range ns0:ProductionProcess .

ns0:produces
    rdfs:domain ns0:ProductionProcess .