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

dhsvsw:luchthond
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "luchthond"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "luchtrekel"@nl ;
  dc:bibliographicCitation "WNT" ;
  skos:definition "Luchthond, hond die op den reuk het spoor van het wild volgt (”Moet oock ghelet werden, dat de Locht-honden (chiens de la meute) den voet volghen soo van 'tHert, als van de Ley-Honden (Limiers) sonder nochtans die te genaecken op 'tsestigh stappen”, merula, Wildern. 2, 101 [1605])"@nl .

