@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://opendata.inra.fr/PO2_DG/step/> . ns0:step metadata_def:prefLabel "step" ; metadata:prefixIRI "core:step" ; a owl:Class ; rdfs:label "step"@en ; rdfs:subClassOf owl:Thing . ns1:Digestion rdfs:subClassOf ns0:step . ns1:before_the_study rdfs:subClassOf ns0:step . ns1:cheesemaking rdfs:subClassOf ns0:step . ns1:finished_product rdfs:subClassOf ns0:step . ns1:food_processing rdfs:subClassOf ns0:step . ns1:manufacturing_process rdfs:subClassOf ns0:step . ns1:propriete rdfs:subClassOf ns0:step . ns1:step_in_mouth rdfs:subClassOf ns0:step . ns1:storage 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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://opendata.inra.fr/PO2_DG/step/> .

ns0:step
    metadata_def:prefLabel "step" ;
    metadata:prefixIRI "core:step" ;
    a owl:Class ;
    rdfs:label "step"@en ;
    rdfs:subClassOf owl:Thing .

ns1:Digestion
    rdfs:subClassOf ns0:step .

ns1:before_the_study
    rdfs:subClassOf ns0:step .

ns1:cheesemaking
    rdfs:subClassOf ns0:step .

ns1:finished_product
    rdfs:subClassOf ns0:step .

ns1:food_processing
    rdfs:subClassOf ns0:step .

ns1:manufacturing_process
    rdfs:subClassOf ns0:step .

ns1:propriete
    rdfs:subClassOf ns0:step .

ns1:step_in_mouth
    rdfs:subClassOf ns0:step .

ns1:storage
    rdfs:subClassOf ns0:step .