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

dhsvsw:smell_term
  skos:member dhsvsw:toegeuren ;
  skos:prefLabel "smell term"@en ;
  a skos:Collection .

dhsvsw:toegeuren
  a skos:Concept, <http://purl.org/linguistics/gold/Verb> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "toegeuren"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "WNT" ;
  skos:example "Of mijn stem het voorregt had, Om als een reukwerk op te varen, Zoo als de koorknaap aan de altaren U toegeurt uit het wierookvat,   tollens 8, 96 [1839]."@nl .

