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

dhsvsw:camphine
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "Camphine"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "WNT" ;
  skos:definition "Van harsdeelen gezuiverde terpentijnolie, gebruikt als brandstof voor lampen"@nl ;
  skos:example "Terpentijn is een troebele vloeistof met scherpen reuk …. Ze bestaat uit een oplossing van hars in terpentijnolie. De laatste wordt door distillatie er uit verkregen, evenals camphine (overgehaalde terpentijnolie)"@nl .

