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

dhsvsw:Smell_term
  skos:member dhsvsw:luchtje ;
  skos:prefLabel "Smell term"@en ;
  a skos:Collection .

dhsvsw:luchtje
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "luchtje"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "lochien"@nl ;
  dc:bibliographicCitation "Bloemhoff, H., J. Withaar, A. Bloemhoff en T. Bontekoe (2005), Stellingwarfs-Nederlands Verklarend Handwoordenboek (SNVH)" ;
  skos:definition "1. luchtje, geur 2. reukwater, odeur."@nl ;
  skos:example "hie hingtj ein raar lócht – er hangt hier een raar/vreemd luchtje"@nl .

