@prefix drom: <http://data.odeuropa.eu/vocabulary/drom/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://dbpedia.org/property/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

drom:oriental
  skos:narrower drom:benzoin_resinoid ;
  a skos:Concept ;
  skos:prefLabel "Oriental"@en .

drom:clove_bud_oil
  ns0:next drom:benzoin_resinoid ;
  a skos:Concept ;
  skos:prefLabel "Clove Bud Oil"@en .

drom:vanilla_absolute
  ns0:prev drom:benzoin_resinoid ;
  a skos:Concept ;
  skos:prefLabel "Vanilla Absolute"@en .

drom:benzoin_resinoid
  a skos:Concept ;
  skos:inScheme drom: ;
  skos:prefLabel "Benzoin Resinoid"@en ;
  skos:broader drom:oriental ;
  ns0:next drom:vanilla_absolute ;
  ns0:prev drom:clove_bud_oil .

drom:
  a skos:ConceptScheme ;
  rdfs:label "Drom's fragrance circle"@en .

