@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/> . ns0:AmericanCuisineRecipe metadata_def:mappingLoom "americancuisinerecipe" ; metadata_def:mappingSameURI ns0:AmericanCuisineRecipe ; metadata_def:prefLabel "AmericanCuisineRecipe" ; metadata:prefixIRI "AmericanCuisineRecipe" ; a owl:Class ; rdfs:subClassOf ns0:RegionalCuisineRecipe .
@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/> .

ns0:AmericanCuisineRecipe
    metadata_def:mappingLoom "americancuisinerecipe" ;
    metadata_def:mappingSameURI ns0:AmericanCuisineRecipe ;
    metadata_def:prefLabel "AmericanCuisineRecipe" ;
    metadata:prefixIRI "AmericanCuisineRecipe" ;
    a owl:Class ;
    rdfs:subClassOf ns0:RegionalCuisineRecipe .