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

historicalscent:fruity_orange
  skos:related fragrantspaces:44 ;
  a skos:Concept ;
  skos:prefLabel "Orange"@en .

fragrantspaces:44 skos:related historicalscent:fruity_orange .
