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

historicalscent:herbal_meadowsweet
  skos:broader historicalscent:herbal ;
  a skos:Concept ;
  skos:prefLabel "Meadowsweet"@en .

historicalscent:herbal_mint
  skos:broader historicalscent:herbal ;
  a skos:Concept ;
  skos:prefLabel "Mint"@en .

historicalscent:herbal_oregano
  skos:broader historicalscent:herbal ;
  a skos:Concept ;
  skos:prefLabel "Oregano"@en .

historicalscent:herbal_rosemary
  skos:broader historicalscent:herbal ;
  a skos:Concept ;
  skos:prefLabel "Rosemary"@en .

historicalscent:herbal_thyme
  skos:broader historicalscent:herbal ;
  a skos:Concept ;
  skos:prefLabel "Thyme"@en .

historicalscent:herbal_lavender
  skos:broader historicalscent:herbal ;
  a skos:Concept ;
  skos:prefLabel "Lavender"@en .

historicalscent:herbal
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Herbal"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:herbal_meadowsweet, historicalscent:herbal_mint, historicalscent:herbal_oregano, historicalscent:herbal_rosemary, historicalscent:herbal_thyme, historicalscent:herbal_lavender .

