@prefix dhsvsw: <http://data.odeuropa.eu/vocabulary/dhsv-sw/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

dhsvsw:
  skos:hasTopConcept dhsvsw:pot_pourri ;
  a skos:ConceptScheme ;
  rdfs:label "Dutch Historical Smell Vocabulary (DHSV) - Smell Words"@nl .

<http://data.odeuropa.eu/vocabulary/dhsv-sw/Smell_source_/_object>
  skos:member dhsvsw:pot_pourri ;
  skos:prefLabel "Smell source / object"@en ;
  a skos:Collection .

dhsvsw:pot_pourri
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "pot-pourri"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "potpourri"@nl ;
  dc:bibliographicCitation "WNT" ;
  skos:example "Zie hier mijn voorstel eens — het is een reedlijk plan. Vooreerst: Mijn lamp weêrom. Ik kan niet zien te lezen. \"Ten tweede?\" 't Orgel daar, dat eens zoo heerlijk klonk, De pijpen schoon gemaakt. Het schijnt verstopt te wezen. \"Voorts?\" De pot-pourri, zoo geurig lang voordezen, Nu zonder reuk of kracht, en ijdle kamerpronk, Vernieuwd, Bild. 13, 129 [1805]."@nl .

