@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 dct: <http://purl.org/dc/terms/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Characteristic metadata_def:mappingLoom "characteristic" ; metadata_def:mappingSameURI ns0:Characteristic ; metadata_def:prefLabel "characteristic" ; metadata:prefixIRI "wtm:Characteristic" ; dct:source "\"Characteristic,\" Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/characterisitc. [Accessed: 25-Oct-2018]." ; a owl:Class ; rdfs:label "characteristic" ; rdfs:subClassOf owl:Thing ; skos:definition "a distinguishing trait, quality, or property" ; 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:scopeNote "top-level class" . ns0:Flavor rdfs:subClassOf ns0:Characteristic . ns0:Texture rdfs:subClassOf ns0:Characteristic .
@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 dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Characteristic
    metadata_def:mappingLoom "characteristic" ;
    metadata_def:mappingSameURI ns0:Characteristic ;
    metadata_def:prefLabel "characteristic" ;
    metadata:prefixIRI "wtm:Characteristic" ;
    dct:source "\"Characteristic,\" Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/characterisitc. [Accessed: 25-Oct-2018]." ;
    a owl:Class ;
    rdfs:label "characteristic" ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "a distinguishing trait, quality, or property" ;
    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:scopeNote "top-level class" .

ns0:Flavor
    rdfs:subClassOf ns0:Characteristic .

ns0:Texture
    rdfs:subClassOf ns0:Characteristic .