@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:fresh_green_trees
  skos:related fragrantspaces:19 ;
  a skos:Concept ;
  skos:prefLabel "trees"@en .

historicalscent:radical__root_tree_roots
  skos:related fragrantspaces:19 ;
  a skos:Concept ;
  skos:prefLabel "Tree roots"@en .

fragrantspaces:19 skos:related historicalscent:fresh_green_trees, historicalscent:radical__root_tree_roots .
