@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:koper ;
  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:koper ;
  skos:prefLabel "Smell source / object"@en ;
  a skos:Collection .

dhsvsw:koper
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "koper"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "WNT" ;
  skos:example "Een zotte Hoveling … zag een koper konfoir op tafel brengen. Met koude grimatsen begon hy den reuk van dat metaal te laken. Zeggende; dat hy 't om zijn' scherpheit noch aan den disch, noch in slaaplakens moght veelen,   de brune, Jok en E. 31 [1644]."@nl .

