@prefix historicalscent: <http://data.odeuropa.eu/vocabulary/historical-scent/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

historicalscent:
  skos:hasTopConcept historicalscent:gourmand__food ;
  a skos:ConceptScheme ;
  rdfs:label "A nose first classification system of iconographies, allegories and artefacts"@en .

historicalscent:gourmand__food_bread
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Bread"@en .

historicalscent:gourmand__food_meat
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Meat"@en .

historicalscent:gourmand__food_cake
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Cake"@en .

historicalscent:gourmand__food_milk
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Milk"@en .

historicalscent:gourmand__food_nuts
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Nuts"@en .

historicalscent:gourmand__food_vegetables
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Vegetables"@en .

historicalscent:gourmand__food_wine
  skos:broader historicalscent:gourmand__food ;
  a skos:Concept ;
  skos:prefLabel "Wine"@en .

historicalscent:gourmand__food
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Gourmand/ food"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:gourmand__food_bread, historicalscent:gourmand__food_meat, historicalscent:gourmand__food_cake, historicalscent:gourmand__food_milk, historicalscent:gourmand__food_nuts, historicalscent:gourmand__food_vegetables, historicalscent:gourmand__food_wine .

