@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dhsvsw: <http://data.odeuropa.eu/vocabulary/dhsv-sw/> .

<http://data.odeuropa.eu/vocabulary/dhsv-sw/Odor_quality/__Characteristics>
  a skos:Collection ;
  skos:prefLabel "Odor quality/  Characteristics"@en ;
  skos:member dhsvsw:fier, dhsvsw:fynrokich, dhsvsw:sensueel, dhsvsw:weelderig, dhsvsw:zilt, dhsvsw:zoetrokig, dhsvsw:zuur, dhsvsw:zwoel .

dhsvsw:fier
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "fier"@nl .

dhsvsw:fynrokich
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "fynrokich"@nl .

dhsvsw:sensueel
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "sensueel"@nl .

dhsvsw:weelderig
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "weelderig"@nl .

dhsvsw:zilt
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "zilt"@nl .

dhsvsw:zoetrokig
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "zoetrokig"@nl .

dhsvsw:zuur
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "zuur"@nl .

dhsvsw:zwoel
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:prefLabel "zwoel"@nl .

