@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix olfactorygestures: <http://data.odeuropa.eu/vocabulary/olfactory-gestures/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.odeuropa.eu/vocabulary/olfactory-gestures>
  skos:hasTopConcept olfactorygestures:14 ;
  a skos:ConceptScheme ;
  rdfs:label "Olfactory gestures" .

olfactorygestures:14
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:prefLabel "Holding something to the nose"@en, "Tenir quelque chose sur le nez"@fr, "Portare qualcosa al naso"@it, "X bij de neus houden"@nl, "Držati nekaj pred nosom"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/olfactory-gestures> .

