@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/heals/ingredient/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://purl.org/heals/food/> . @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 prov: <http://www.w3.org/ns/prov#> . ns0:CornedBeefHash dct:source "Wikipedia, \"Hash (food),\" Aug. 2018. [Online]. Available: https://en.wikipedia.org/wiki/Hash_(food). [Accessed Oct. 18, 2018]" ; ns1:hasCookTime 40 ; ns1:hasIngredient ns0:BeefBouillon, ns0:CornedBeef, ns0:Onion, ns0:Potato ; ns1:isRecommendedForCourse ns1:Entree ; ns1:isRecommendedForMeal ns1:Breakfast ; ns1:serves 4 ; a ns1:Recipe, owl:NamedIndividual ; rdfs:label "corned beef hash" ; skos:definition "a culinary dish consisting of diced or chopped meat, potatoes and spices that are mixed together and cooked by themselves or with other ingredients such as onions" ; skos:scopeNote "recipe" ; prov:wasDerivedFrom "https://www.allrecipes.com/recipe/33129/corned-beef-hash/?internalSource=hub%20recipe&referringContentType=Search" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/heals/ingredient/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/heals/food/> .
@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 prov: <http://www.w3.org/ns/prov#> .

ns0:CornedBeefHash
    dct:source "Wikipedia, \"Hash (food),\" Aug. 2018. [Online]. Available: https://en.wikipedia.org/wiki/Hash_(food). [Accessed Oct. 18, 2018]" ;
    ns1:hasCookTime 40 ;
    ns1:hasIngredient ns0:BeefBouillon, ns0:CornedBeef, ns0:Onion, ns0:Potato ;
    ns1:isRecommendedForCourse ns1:Entree ;
    ns1:isRecommendedForMeal ns1:Breakfast ;
    ns1:serves 4 ;
    a ns1:Recipe, owl:NamedIndividual ;
    rdfs:label "corned beef hash" ;
    skos:definition "a culinary dish consisting of diced or chopped meat, potatoes and spices that are mixed together and cooked by themselves or with other ingredients such as onions" ;
    skos:scopeNote "recipe" ;
    prov:wasDerivedFrom "https://www.allrecipes.com/recipe/33129/corned-beef-hash/?internalSource=hub%20recipe&referringContentType=Search" .