@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/262> skos:related fragrantspaces:86 .
fragrantspaces:69
  skos:narrower fragrantspaces:86 ;
  a skos:Concept ;
  skos:prefLabel "House"@en, "Maison"@fr, "Casa"@it, "Huis"@nl, "Hiša"@sl .

fragrantspaces:86
  a skos:Concept ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/262> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Old House"@en, "Vieille maison"@fr, "Vecchia casa"@it, "Oud huis"@nl, "Stara hiša"@sl ;
  skos:altLabel "Vieille demeure"@fr ;
  skos:broader fragrantspaces:69 .

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

