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

historicalscent:fresh_green_grass
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "Grass"@en .

historicalscent:fresh_green_camphor
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "Camphor"@en .

historicalscent:fresh_green_eucalyptus
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "Eucalyptus"@en .

historicalscent:fresh_green_galbanum
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "Galbanum"@en .

historicalscent:fresh_green_laurel
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "Laurel"@en .

historicalscent:fresh_green_rosemary
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "Rosemary"@en .

historicalscent:fresh_green_trees
  skos:broader historicalscent:fresh_green ;
  a skos:Concept ;
  skos:prefLabel "trees"@en .

historicalscent:fresh_green
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Fresh/green"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:fresh_green_grass, historicalscent:fresh_green_camphor, historicalscent:fresh_green_eucalyptus, historicalscent:fresh_green_galbanum, historicalscent:fresh_green_laurel, historicalscent:fresh_green_rosemary, historicalscent:fresh_green_trees .

