@prefix historicalscent: <http://data.odeuropa.eu/vocabulary/historical-scent/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix olfactory_objects: <http://data.odeuropa.eu/vocabulary/olfactory-objects/> .

historicalscent:empyreumatic__smoky_tobacco
  skos:related olfactory_objects:34 ;
  a skos:Concept ;
  skos:prefLabel "Tobacco"@en .

historicalscent:empyreumatic__smoky_smoke
  skos:related olfactory_objects:34 ;
  a skos:Concept ;
  skos:prefLabel "Smoke (cloud)"@en .

olfactory_objects:34 skos:related historicalscent:empyreumatic__smoky_tobacco, historicalscent:empyreumatic__smoky_smoke .
