@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/> .

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

fragrantspaces:110
  a skos:Concept ;
  owl:sameAs wd:Q168786 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Arcadia"@en, "Arcadie"@fr, "Arcadia"@it, "Arcadië"@nl, "Arkadija"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  dc:bibliographicCitation "WNT: Wy verbeelden ons met hem te wandelen door een weelig landschap van Arkadia, of 't gelukkig Arabië, daar de Natuur haare zegeningen elk oogenblik verdubbelt, WNT: zonder de kalmte van dien welriekenden dampkring door eenig gedruisch van storm of onweêr te ontrusten,   stijl, Lev. v. Punt 16 [1781]."@nl .

