@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#> . @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://kmi.open.ac.uk/projects/smartproducts/ontologies/generic.owl#> . ns0:DefaultSweetRedVermouthPortion ns1:madeOfSubstance ns0:SweetRedVermouth . ns0:SweetRedVermouth metadata_def:mappingLoom "sweetredvermouth" ; metadata_def:mappingSameURI ns0:SweetRedVermouth ; metadata_def:prefLabel "Sweet Red Vermouth" ; metadata:prefixIRI "food:SweetRedVermouth" ; ns0:hasDefaultPortion ns0:DefaultSweetRedVermouthPortion ; a ns0:FoodOrDrinkSubstance, owl:Class, owl:NamedIndividual ; rdfs:label ns0:VegetableOil, "Sweet Red Vermouth" ; rdfs:subClassOf ns0:Vermouth .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#> .
@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://kmi.open.ac.uk/projects/smartproducts/ontologies/generic.owl#> .

ns0:DefaultSweetRedVermouthPortion
    ns1:madeOfSubstance ns0:SweetRedVermouth .

ns0:SweetRedVermouth
    metadata_def:mappingLoom "sweetredvermouth" ;
    metadata_def:mappingSameURI ns0:SweetRedVermouth ;
    metadata_def:prefLabel "Sweet Red Vermouth" ;
    metadata:prefixIRI "food:SweetRedVermouth" ;
    ns0:hasDefaultPortion ns0:DefaultSweetRedVermouthPortion ;
    a ns0:FoodOrDrinkSubstance, owl:Class, owl:NamedIndividual ;
    rdfs:label ns0:VegetableOil, "Sweet Red Vermouth" ;
    rdfs:subClassOf ns0:Vermouth .