@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#> . ns0:Appetizer dct:source "\"Appetizer,\" Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/appetizer. [Accessed: 1-Nov-2018]" ; a ns0:Course, owl:NamedIndividual ; rdfs:label "appetizer" ; skos:definition "a food or drink that stimulates the appetite and is usually served before a meal" ; skos:scopeNote "used as a 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#> .

ns0:Appetizer
    dct:source "\"Appetizer,\" Merriam-Webster. [Online]. Available: https://www.merriam-webster.com/dictionary/appetizer. [Accessed: 1-Nov-2018]" ;
    a ns0:Course, owl:NamedIndividual ;
    rdfs:label "appetizer" ;
    skos:definition "a food or drink that stimulates the appetite and is usually served before a meal" ;
    skos:scopeNote "used as a course" .