@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:kleine ;
  a skos:ConceptScheme ;
  rdfs:label "Dutch Historical Smell Vocabulary (DHSV) - Smell Words"@nl .

dhsvsw:kleine
  a skos:Concept ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "kleine"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "Coakley Lettsom, John" ;
  skos:example "en eenigzins gelyk daarin in smaak, met een kleine geur van sparsjes,"@nl .

