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

fragrantspaces:34 skos:related historicalscent:gourmand__food_meat .
historicalscent:gourmand__food
  skos:narrower historicalscent:gourmand__food_meat ;
  a skos:Concept ;
  skos:prefLabel "Gourmand/ food"@en .

historicalscent:gourmand__food_meat
  a skos:Concept ;
  skos:related fragrantspaces:34 ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Meat"@en ;
  skos:broader historicalscent:gourmand__food .

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

