<?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:dct="http://purl.org/dc/terms/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://purl.org/heals/food/Meal"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:label>meal</rdfs:label> <dct:source>Wikipedia, "Meal." [Online]. Available: https://en.wikipedia.org/wiki/Meal. [Accessed: Oct. 25, 2018]</dct:source> <skos:definition>a class that links a recipe to a certain meal</skos:definition> <skos:example>The individuals that inhreit from this class represent different types of meals. The recipe "kamut pancakes" can be "recommended for meal" "breakfast". Additional meals can be added as individuals that inheret from this class.</skos:example> <skos:scopeNote>top-level class</skos:scopeNote> <metadata_def:prefLabel>meal</metadata_def:prefLabel> <metadata_def:mappingLoom>meal</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://purl.org/heals/food/Meal"/> <metadata:prefixIRI>wtm:Meal</metadata:prefixIRI> </owl:Class> <ns0:Meal rdf:about="http://purl.org/heals/food/Breakfast"> </ns0:Meal> <ns0:Meal rdf:about="http://purl.org/heals/food/Brunch"> </ns0:Meal> <ns0:Meal rdf:about="http://purl.org/heals/food/Dinner"> </ns0:Meal> <ns0:Meal rdf:about="http://purl.org/heals/food/Lunch"> </ns0:Meal> <ns0:Meal rdf:about="http://purl.org/heals/food/Snack"> </ns0:Meal> <rdf:Description rdf:about="http://purl.org/heals/food/Meal"> <metadata_def:mappingSameURI rdf:resource="http://purl.org/heals/food/Meal"/> </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:dct="http://purl.org/dc/terms/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://purl.org/heals/food/Meal">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label>meal</rdfs:label>
    <dct:source>Wikipedia, "Meal." [Online]. Available: https://en.wikipedia.org/wiki/Meal. [Accessed: Oct. 25, 2018]</dct:source>
    <skos:definition>a class that links a recipe to a certain meal</skos:definition>
    <skos:example>The individuals that inhreit from this class represent different types of meals. The recipe "kamut pancakes" can be "recommended for meal" "breakfast". Additional meals can be added as individuals that inheret from this class.</skos:example>
    <skos:scopeNote>top-level class</skos:scopeNote>
    <metadata_def:prefLabel>meal</metadata_def:prefLabel>
    <metadata_def:mappingLoom>meal</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/heals/food/Meal"/>
    <metadata:prefixIRI>wtm:Meal</metadata:prefixIRI>
  </owl:Class>
  <ns0:Meal rdf:about="http://purl.org/heals/food/Breakfast">
  </ns0:Meal>
  <ns0:Meal rdf:about="http://purl.org/heals/food/Brunch">
  </ns0:Meal>
  <ns0:Meal rdf:about="http://purl.org/heals/food/Dinner">
  </ns0:Meal>
  <ns0:Meal rdf:about="http://purl.org/heals/food/Lunch">
  </ns0:Meal>
  <ns0:Meal rdf:about="http://purl.org/heals/food/Snack">
  </ns0:Meal>
  <rdf:Description rdf:about="http://purl.org/heals/food/Meal">
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/heals/food/Meal"/>
  </rdf:Description>
</rdf:RDF>