<?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="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://purl.org/heals/food/Characteristic"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <dct:source>"Characteristic," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/characterisitc. [Accessed: 25-Oct-2018].</dct:source> <rdfs:label>characteristic</rdfs:label> <skos:definition>a distinguishing trait, quality, or property</skos:definition> <metadata:prefixIRI>wtm:Characteristic</metadata:prefixIRI> <metadata:def/prefLabel>characteristic</metadata:def/prefLabel> <metadata:def/mappingLoom>characteristic</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="http://purl.org/heals/food/Characteristic"/> <skos:example>Classes that inherit from this class represent different possible characteristics of food. Examples in this ontology include "flavor" and "texture" but these can be expanded as desired. Specific flavors and textures are represented as individuals that inherent from their respective subclass.</skos:example> <skos:scopeNote>top-level class</skos:scopeNote> </owl:Class> <rdf:Description rdf:about="http://purl.org/heals/food/Flavor"> <rdfs:subClassOf> <rdf:Description rdf:about="http://purl.org/heals/food/Characteristic"> <metadata:def/mappingSameURI rdf:resource="http://purl.org/heals/food/Characteristic"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> <rdf:Description rdf:about="http://purl.org/heals/food/Texture"> <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Characteristic"/> </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="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://purl.org/heals/food/Characteristic">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <dct:source>"Characteristic," Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/characterisitc. [Accessed: 25-Oct-2018].</dct:source>
    <rdfs:label>characteristic</rdfs:label>
    <skos:definition>a distinguishing trait, quality, or property</skos:definition>
    <metadata:prefixIRI>wtm:Characteristic</metadata:prefixIRI>
    <metadata:def/prefLabel>characteristic</metadata:def/prefLabel>
    <metadata:def/mappingLoom>characteristic</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="http://purl.org/heals/food/Characteristic"/>
    <skos:example>Classes that inherit from this class represent different possible characteristics of food. Examples in this ontology include "flavor" and "texture" but these can be expanded as desired. Specific flavors and textures are represented as individuals that inherent from their respective subclass.</skos:example>
    <skos:scopeNote>top-level class</skos:scopeNote>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/heals/food/Flavor">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://purl.org/heals/food/Characteristic">
        <metadata:def/mappingSameURI rdf:resource="http://purl.org/heals/food/Characteristic"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/heals/food/Texture">
    <rdfs:subClassOf rdf:resource="http://purl.org/heals/food/Characteristic"/>
  </rdf:Description>
</rdf:RDF>