@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix fragrantspaces: <http://data.odeuropa.eu/vocabulary/fragrant-spaces/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.odeuropa.eu/olfactory_objects/231> skos:related fragrantspaces:94 .
<http://data.odeuropa.eu/vocabulary/fragrant-spaces>
  skos:hasTopConcept fragrantspaces:94 ;
  a skos:ConceptScheme ;
  rdfs:label "Fragrant spaces" .

fragrantspaces:94
  a skos:Concept ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/231> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Teergrube"@de, "Tarpit"@en, "Fosse à bitume"@fr, "Fossa di catrame"@it, "Teerput"@nl, "Asfaltno jezero"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:altLabel "Pozzo di catrame"@it, "Asfaltna jama"@sl .

