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

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

dhsvsw:cokeslucht
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "cokeslucht"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "kooksig"@nl, "kookslucht"@nl, "kookslōcht"@nl ;
  dc:bibliographicCitation "Molema, H. (1895), Woordenboek der Groningsche Volkstaal in de 19e eeuw" ;
  skos:definition "reuk die de gaskolen (cokes) bij het stoken van zich geven"@nl ;
  skos:example "Hier is zoo’n kookslucht in de koamer = ’t rōkt hier zoo kooksîg."@nl .

