@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vdiintensity: <http://data.odeuropa.eu/vocabulary/vdi-intensity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.odeuropa.eu/vocabulary/vdi-intensity>
  skos:hasTopConcept vdiintensity:0 ;
  a skos:ConceptScheme ;
  rdfs:label "Olfaktometrie - Bestimmung der Geruchsintensitat"@de, "Olfactometry - Determination of Odour intensity"@en .

vdiintensity:0
  a skos:Concept ;
  rdf:value "0"^^xsd:nonNegativeInteger ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
  skos:prefLabel "nicht wahrnehmbar"@de, "not perceptible"@en, "imperceptible"@fr, "impercettibile"@it, "niet waarneembaar"@nl, "ni zaznaven"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
  skos:altLabel "non perceptible"@fr, "non percettibile"@it .

