@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.mistea.supagro.inra.fr/ontologies/2016/v4/ontofp#> . @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:FinishedProduct rdfs:subClassOf ns0:Product . ns0:InputProduct rdfs:subClassOf ns0:Product . ns0:IntermediateProduct rdfs:subClassOf ns0:Product . ns0:Product metadata_def:mappingLoom "product" ; metadata_def:mappingSameURI ns0:Product ; metadata_def:prefLabel "Product" ; a owl:Class ; rdfs:label "Product"@en, "Produit"@fr ; rdfs:subClassOf owl:Thing . ns0:ServiceProduct rdfs:subClassOf ns0:Product . ns0:hasInput rdfs:range ns0:Product . ns0:hasOutput rdfs:range ns0:Product . ns0:isInputOf rdfs:domain ns0:Product . ns0:isOutputOf rdfs:domain ns0:Product . ns0:producesAfter rdfs:domain ns0:Product ; rdfs:range ns0:Product . ns0:producesBefore rdfs:domain ns0:Product ; rdfs:range ns0:Product .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.mistea.supagro.inra.fr/ontologies/2016/v4/ontofp#> .
@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:FinishedProduct
    rdfs:subClassOf ns0:Product .

ns0:InputProduct
    rdfs:subClassOf ns0:Product .

ns0:IntermediateProduct
    rdfs:subClassOf ns0:Product .

ns0:Product
    metadata_def:mappingLoom "product" ;
    metadata_def:mappingSameURI ns0:Product ;
    metadata_def:prefLabel "Product" ;
    a owl:Class ;
    rdfs:label "Product"@en, "Produit"@fr ;
    rdfs:subClassOf owl:Thing .

ns0:ServiceProduct
    rdfs:subClassOf ns0:Product .

ns0:hasInput
    rdfs:range ns0:Product .

ns0:hasOutput
    rdfs:range ns0:Product .

ns0:isInputOf
    rdfs:domain ns0:Product .

ns0:isOutputOf
    rdfs:domain ns0:Product .

ns0:producesAfter
    rdfs:domain ns0:Product ;
    rdfs:range ns0:Product .

ns0:producesBefore
    rdfs:domain ns0:Product ;
    rdfs:range ns0:Product .