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

dhsvsw:thijm
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "thijm"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "WNT" ;
  skos:example "Op eene dorre heide zag zij eene groote hoeveelheid wilden tijm staan, die haar door zijne aardige bloempjes, zijn goeden geur en zijne fijne stengeltjes en bladeren bijzonder aantrok,   de mont en de cock, Vl. Vert. 118 [1898]."@nl .

