@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_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Appetizer a ns0:Course . ns0:Course metadata_def:mappingLoom "course" ; metadata_def:mappingSameURI ns0:Course ; metadata_def:prefLabel "course" ; metadata:prefixIRI "wtm:Course" ; dct:source "Wikipedia , \"Course (food).\" [Online]. Available: http://www.montignac.com/en/the-glycemic-index-concept/. [Accessed Nov. 1 2018]" ; a owl:Class ; rdfs:label "course" ; rdfs:subClassOf owl:Thing ; skos:definition "dfferent types of specific sets of food items that are served together during a meal" ; skos:example "The individuals that inhreit from this class represent courses of a meal. The recipe \"banana bread\" can be \"recommended for course\" \"dessert\". Additional courses can be added as individuals that inheret from this class." ; skos:scopeNote "top-level class" . ns0:Dessert a ns0:Course . ns0:Entree a ns0:Course . ns0:Salad a ns0:Course . ns0:Side a ns0:Course . ns0:Soup a ns0:Course .
@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_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Appetizer
    a ns0:Course .

ns0:Course
    metadata_def:mappingLoom "course" ;
    metadata_def:mappingSameURI ns0:Course ;
    metadata_def:prefLabel "course" ;
    metadata:prefixIRI "wtm:Course" ;
    dct:source "Wikipedia , \"Course (food).\" [Online]. Available: http://www.montignac.com/en/the-glycemic-index-concept/. [Accessed Nov. 1 2018]" ;
    a owl:Class ;
    rdfs:label "course" ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "dfferent types of specific sets of food items that are served together during a meal" ;
    skos:example "The individuals that inhreit from this class represent courses of a meal. The recipe \"banana bread\" can be \"recommended for course\" \"dessert\". Additional courses can be added as individuals that inheret from this class." ;
    skos:scopeNote "top-level class" .

ns0:Dessert
    a ns0:Course .

ns0:Entree
    a ns0:Course .

ns0:Salad
    a ns0:Course .

ns0:Side
    a ns0:Course .

ns0:Soup
    a ns0:Course .