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

historicalscent:earthy__mineral_burnt_earth
  skos:broader historicalscent:earthy__mineral ;
  a skos:Concept ;
  skos:prefLabel "Burnt earth"@en .

historicalscent:earthy__mineral_earth
  skos:broader historicalscent:earthy__mineral ;
  a skos:Concept ;
  skos:prefLabel "Earth"@en .

historicalscent:earthy__mineral_geosmin
  skos:broader historicalscent:earthy__mineral ;
  a skos:Concept ;
  skos:prefLabel "Geosmin"@en .

historicalscent:earthy__mineral_patchouli
  skos:broader historicalscent:earthy__mineral ;
  a skos:Concept ;
  skos:prefLabel "Patchouli"@en .

historicalscent:earthy__mineral_spikenard
  skos:broader historicalscent:earthy__mineral ;
  a skos:Concept ;
  skos:prefLabel "Spikenard"@en .

historicalscent:earthy__mineral_wet_earth
  skos:broader historicalscent:earthy__mineral ;
  a skos:Concept ;
  skos:prefLabel "Wet earth"@en .

historicalscent:earthy__mineral
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Earthy/ mineral"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:earthy__mineral_burnt_earth, historicalscent:earthy__mineral_earth, historicalscent:earthy__mineral_geosmin, historicalscent:earthy__mineral_patchouli, historicalscent:earthy__mineral_spikenard, historicalscent:earthy__mineral_wet_earth .

