@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/heals/food/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:BreakfastRecipe rdfs:subClassOf ns0:Recipe . ns0:DinnerRecipe rdfs:subClassOf ns0:Recipe . ns0:LessThanOneHourRecipe rdfs:subClassOf ns0:Recipe . ns0:LunchRecipe rdfs:subClassOf ns0:Recipe . ns0:Recipe metadata:prefixIRI "wtm:Recipe" ; dct:source "BBC, \"Food Ontology,\" ONTOLOGIES, March 2014. [Online]. Available: https://www.bbc.co.uk/ontologies/fo. [Accessed Sep. 29, 2018]." ; a owl:Class ; rdfs:label "recipe" ; rdfs:subClassOf owl:Thing ; skos:definition "a combination of ingredients and a method, created by a chef, that produces a food" ; skos:example "Individuals that are a type of this class represent instances of recipes that are found online. For example, the individual \"banana bread\" can be found on AllRecipes.com and has the properties \"has ingredient,\" \"has cook time,\" \"has cooking temprature,\" \"serves,\" \"is recommended for course,\" and \"is recommended for meal\"." ; skos:scopeNote "top-level class" . ns0:SideRecipe rdfs:subClassOf ns0:Recipe . ns0:highGlycemicRecipe rdfs:subClassOf ns0:Recipe .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/heals/food/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:BreakfastRecipe
    rdfs:subClassOf ns0:Recipe .

ns0:DinnerRecipe
    rdfs:subClassOf ns0:Recipe .

ns0:LessThanOneHourRecipe
    rdfs:subClassOf ns0:Recipe .

ns0:LunchRecipe
    rdfs:subClassOf ns0:Recipe .

ns0:Recipe
    metadata:prefixIRI "wtm:Recipe" ;
    dct:source "BBC, \"Food Ontology,\" ONTOLOGIES, March 2014. [Online]. Available: https://www.bbc.co.uk/ontologies/fo. [Accessed Sep. 29, 2018]." ;
    a owl:Class ;
    rdfs:label "recipe" ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "a combination of ingredients and a method, created by a chef, that produces a food" ;
    skos:example "Individuals that are a type of this class represent instances of recipes that are found online. For example, the individual \"banana bread\" can be found on AllRecipes.com and has the properties \"has ingredient,\" \"has cook time,\" \"has cooking temprature,\" \"serves,\" \"is recommended for course,\" and \"is recommended for meal\"." ;
    skos:scopeNote "top-level class" .

ns0:SideRecipe
    rdfs:subClassOf ns0:Recipe .

ns0:highGlycemicRecipe
    rdfs:subClassOf ns0:Recipe .