@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:spicy ;
  a skos:ConceptScheme ;
  rdfs:label "A nose first classification system of iconographies, allegories and artefacts"@en .

historicalscent:spicy_all_spice
  skos:broader historicalscent:spicy ;
  a skos:Concept ;
  skos:prefLabel "All-Spice (nutmeg, Cinnamon, Cloves)"@en .

historicalscent:spicy_mace
  skos:broader historicalscent:spicy ;
  a skos:Concept ;
  skos:prefLabel "Mace"@en .

historicalscent:spicy_nutmeg
  skos:broader historicalscent:spicy ;
  a skos:Concept ;
  skos:prefLabel "Nutmeg"@en .

historicalscent:spicy_saffran
  skos:broader historicalscent:spicy ;
  a skos:Concept ;
  skos:prefLabel "Saffran"@en .

historicalscent:spicy_cinnamon
  skos:broader historicalscent:spicy ;
  a skos:Concept ;
  skos:prefLabel "Cinnamon"@en .

historicalscent:spicy_cloves
  skos:broader historicalscent:spicy ;
  a skos:Concept ;
  skos:prefLabel "Cloves"@en .

historicalscent:spicy
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Spicy"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:spicy_all_spice, historicalscent:spicy_mace, historicalscent:spicy_nutmeg, historicalscent:spicy_saffran, historicalscent:spicy_cinnamon, historicalscent:spicy_cloves .

