<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/heals/food/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:dct="http://purl.org/dc/terms/"> <owl:Class rdf:about="http://purl.org/heals/food/Recipe"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <skos:definition>a combination of ingredients and a method, created by a chef, that produces a food</skos:definition> <skos:scopeNote>top-level class</skos:scopeNote> <metadata:prefixIRI>wtm:Recipe</metadata:prefixIRI> <rdfs:label>recipe</rdfs:label> <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:example> <dct:source>BBC, "Food Ontology," ONTOLOGIES, March 2014. [Online]. Available: https://www.bbc.co.uk/ontologies/fo. [Accessed Sep. 29, 2018].</dct:source> </owl:Class> <rdf:Description rdf:about="http://purl.org/heals/food/BreakfastRecipe"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/heals/food/DinnerRecipe"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/heals/food/LessThanOneHourRecipe"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/heals/food/LunchRecipe"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/heals/food/SideRecipe"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/heals/food/highGlycemicRecipe"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/heals/food/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:dct="http://purl.org/dc/terms/">
  <owl:Class rdf:about="http://purl.org/heals/food/Recipe">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <skos:definition>a combination of ingredients and a method, created by a chef, that produces a food</skos:definition>
    <skos:scopeNote>top-level class</skos:scopeNote>
    <metadata:prefixIRI>wtm:Recipe</metadata:prefixIRI>
    <rdfs:label>recipe</rdfs:label>
    <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:example>
    <dct:source>BBC, "Food Ontology," ONTOLOGIES, March 2014. [Online]. Available: https://www.bbc.co.uk/ontologies/fo. [Accessed Sep. 29, 2018].</dct:source>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/heals/food/BreakfastRecipe">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/heals/food/DinnerRecipe">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/heals/food/LessThanOneHourRecipe">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/heals/food/LunchRecipe">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/heals/food/SideRecipe">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/heals/food/highGlycemicRecipe">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Recipe"/>
  </rdf:Description>
</rdf:RDF>