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

historicalscent:earthy__mineral
  skos:narrower historicalscent:earthy__mineral_patchouli ;
  a skos:Concept ;
  skos:prefLabel "Earthy/ mineral"@en .

historicalscent:earthy__mineral_patchouli
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Patchouli"@en ;
  skos:broader historicalscent:earthy__mineral ;
  ns0:subjectOf "Cashmere shawls in 19th century portraits (smelled of patchouli in the 19th century)" .

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

