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

<http://data.odeuropa.eu/olfactory_objects/227> skos:related fragrantspaces:71 .
fragrantspaces:23
  skos:narrower fragrantspaces:71 ;
  a skos:Concept ;
  skos:prefLabel "Fabrik"@de, "Factory"@en, "Usine"@fr, "Fabbrica"@it, "Fabriek"@nl, "Tovarna"@sl .

fragrantspaces:71
  a skos:Concept ;
  owl:sameAs wd:Q55635949 ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/227> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Tobacco factory"@en, "Usine de tabac"@fr, "Fabbrica di Tabacco"@it, "Tabaksfabriek"@nl, "Tobačna tovarna"@sl ;
  skos:broader fragrantspaces:23 .

<http://data.odeuropa.eu/vocabulary/fragrant-spaces>
  a skos:ConceptScheme ;
  rdfs:label "Fragrant spaces" .

