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

fragrantspaces:107
  skos:narrower fragrantspaces:119 ;
  a skos:Concept ;
  skos:prefLabel "Shop"@en, "Boutique"@fr, "Negozio"@it, "Winkel"@nl, "Trgovina"@sl .

fragrantspaces:119
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Toko"@en, "Toko"@nl ;
  skos:broader fragrantspaces:107 ;
  skos:definition "Kind of retail shop in Indonesia and the Netherlands"@en .

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

