@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:14 ;
  a skos:ConceptScheme ;
  rdfs:label "Fragrant spaces" .

fragrantspaces:123
  skos:broader fragrantspaces:14 ;
  a skos:Concept ;
  skos:prefLabel "Neighbourhood"@en, "Quartier"@fr, "Quartiere"@it .

fragrantspaces:14
  a skos:Concept ;
  owl:sameAs <https://www.geonames.org/ontology#P.PPLA>, wd:Q515 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Stadt"@de, "City"@en, "Ville"@fr, "Città"@it, "Stad"@nl, "Mesto"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:altLabel "Cité"@fr, "Ambiente urbano"@it ;
  dc:bibliographicCitation "WNT: De heele stad is met stank vervuld, v. daleᴣ"@nl, "Wat hadde dan die stadt anders gheweest dan eenen gruwelicken moortcuijl, dan eenen hoop greijs, viers, roocx, bloets, dooder lichamen ende stancx, v. vaernewijck, Ber. T. 2, 3 [1566]."@nl ;
  skos:narrower fragrantspaces:123 ;
  ns0:image <https://commons.wikimedia.org/wiki/Special:FilePath/NYC%20wideangle%20south%20from%20Top%20of%20the%20Rock.jpg> .

