@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:vluchtig ;
  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:vluchtig ;
  skos:prefLabel "Odor quality/ Characteristics"@en ;
  a skos:Collection .

dhsvsw:vluchtig
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "vluchtig"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "Brouwer Lexicon; WNT" ;
  skos:example "Gedroogde en fijn gestampte wortels der violenplant kunnen maanden achtereen aan de lucht liggen, zonder dat de reuk belangrijk vermindert. Hieruit mag men afleiden, dat die reuk in beide gevallen het gevolg is van de aanwezigheid van eene bepaalde weinig-vluchtige scheikundige verbinding,   Alb. d. Nat. 1895, 1, 81 [1895]."@nl .

