@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_animal_burning
  skos:related olfactory_objects:9 ;
  a skos:Concept ;
  skos:prefLabel "Animal burning"@en .

historicalscent:empyreumatic__smoky_frankincense
  skos:related olfactory_objects:9 ;
  a skos:Concept ;
  skos:prefLabel "Frankincense"@en .

historicalscent:empyreumatic__smoky_myrrh
  skos:related olfactory_objects:9 ;
  a skos:Concept ;
  skos:prefLabel "Myrrh"@en .

olfactory_objects:9 skos:related historicalscent:empyreumatic__smoky_animal_burning, historicalscent:empyreumatic__smoky_frankincense, historicalscent:empyreumatic__smoky_myrrh .
