@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 dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://schema.org/> .

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

fragrantspaces:100
  a skos:Concept ;
  owl:sameAs wd:Q212198 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Pub"@en, "Pub"@fr, "Pub"@it, "Kroeg"@nl, "Pivnica"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:altLabel "Birreria"@it, "Lokal"@sl ;
  dc:bibliographicCitation "WNT: 't Was luguber-leeg in hun stamlokaal. Er hing oude stank van bedorven bier en sigaren-eindjes,  Robbers, Gel. Fam. 83 [1909]."@nl ;
  ns0:image <https://commons.wikimedia.org/wiki/Special:FilePath/Pubbsm.jpg> .

