@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix ns0: <https://schema.org/> .

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

fragrantspaces:28
  a skos:Concept ;
  owl:sameAs wd:Q1295201 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Grocery"@en, "Épicerie"@fr, "Drogheria"@it, "Kruidenier"@nl, "Trgovina z živili"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:altLabel "Kruidenwinkel"@nl, "kruidenierswinkel"@nl, "Špecerija"@sl ;
  ns0:image <https://commons.wikimedia.org/wiki/Special:FilePath/A%20grocery%20store%20in%20Cheung%20Hong%20Estate.jpg> .

