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

<http://data.odeuropa.eu/vocabulary/dhsv-sw/Odor_quality/_Characteristics>
  skos:member dhsvsw:luchtig ;
  skos:prefLabel "Odor quality/ Characteristics"@en ;
  a skos:Collection .

dhsvsw:luchtig
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "luchtig"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "WNT" ;
  skos:definition "zoo ijl, nietig en licht als de lucht"@nl ;
  skos:example "Dat 'er zig, toen ik deeze geconcentreerde Dauwstof brandde, uit haaren rook een lugtige reuk, byna als die van Petroly, Steen- of Aard-oly … verspreidde,   berkhey, N.H. 1, 313 [1769]."@nl .

