@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:sulphurous__rotten__fecal_rotten
  skos:related olfactory_objects:23 ;
  a skos:Concept ;
  skos:prefLabel "Rotten (SH-compounds)"@en .

historicalscent:sulphurous__rotten__fecal_gangreen
  skos:related olfactory_objects:23 ;
  a skos:Concept ;
  skos:prefLabel "Gangreen"@en .

olfactory_objects:23 skos:related historicalscent:sulphurous__rotten__fecal_rotten, historicalscent:sulphurous__rotten__fecal_gangreen .
