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

olfactorygestures:1
  skos:narrower olfactorygestures:22 ;
  a skos:Concept ;
  skos:prefLabel "Smelling"@en, "Sentir"@fr, "Naso"@it, "Vohanje"@sl .

olfactorygestures:22
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:prefLabel "Piss smelling"@en, "Sentir la pisse"@fr, "Annusare la pipí"@it, "Vohanje urina"@sl ;
  skos:broader olfactorygestures:1 .

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

