@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://opendata.inra.fr/PO2/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/ns/sosa/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix ns2: <http://opendata.inra.fr/PO2_biorefinery/step/> . ns0:hasForStep rdfs:range ns0:step . ns0:hasForSubStep rdfs:domain ns0:step ; rdfs:range ns0:step . ns0:hasInput rdfs:domain ns0:step . ns0:hasOutput rdfs:domain ns0:step . ns0:step metadata:prefixIRI "core:step" ; obo_purl:IAO_0000600 "Every Process can have many itineraries, and every itinerary is different from other itineraries from its way of conducting the steps (different steps, different order,...)"@en ; a owl:Class ; rdfs:label "Step"@en ; rdfs:subClassOf ns1:Actuation ; skos:definition "Steps are sub-processes of the main process, or a representation of the operation units "@en ; skos:example "Fermentation is a step of the process Transformation of Micro-organisms"@en, "Preheating the oven and preparing the dough are two steps of the process Preparing Pizza"@en ; skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "step"@en . ns2:Characterization rdfs:subClassOf ns0:step . ns2:Process_step rdfs:subClassOf ns0:step .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://opendata.inra.fr/PO2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/ns/sosa/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix ns2: <http://opendata.inra.fr/PO2_biorefinery/step/> .

ns0:hasForStep
    rdfs:range ns0:step .

ns0:hasForSubStep
    rdfs:domain ns0:step ;
    rdfs:range ns0:step .

ns0:hasInput
    rdfs:domain ns0:step .

ns0:hasOutput
    rdfs:domain ns0:step .

ns0:step
    metadata:prefixIRI "core:step" ;
    obo_purl:IAO_0000600 "Every Process can have many itineraries, and every itinerary is different from other itineraries from its way of conducting the steps (different steps, different order,...)"@en ;
    a owl:Class ;
    rdfs:label "Step"@en ;
    rdfs:subClassOf ns1:Actuation ;
    skos:definition "Steps are sub-processes of the main process, or a representation of the operation units "@en ;
    skos:example "Fermentation is a step of the process Transformation of Micro-organisms"@en, "Preheating the oven and preparing the dough are two steps of the process Preparing Pizza"@en ;
    skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "step"@en .

ns2:Characterization
    rdfs:subClassOf ns0:step .

ns2:Process_step
    rdfs:subClassOf ns0:step .