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

olfactory_objects:34 skos:related historicalscent:empyreumatic__smoky_tobacco .
olfactory_objects:39 skos:related historicalscent:empyreumatic__smoky_tobacco .
olfactory_objects:43 skos:related historicalscent:empyreumatic__smoky_tobacco .
historicalscent:empyreumatic__smoky
  skos:narrower historicalscent:empyreumatic__smoky_tobacco ;
  a skos:Concept ;
  skos:prefLabel "Empyreumatic/ smoky"@en .

historicalscent:empyreumatic__smoky_tobacco
  a skos:Concept ;
  skos:related olfactory_objects:34, olfactory_objects:39, olfactory_objects:43 ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Tobacco"@en ;
  skos:broader historicalscent:empyreumatic__smoky ;
  ns0:subjectOf "Someone smoking a pipe or cigar" .

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

