@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:23 ;
  a skos:ConceptScheme ;
  rdfs:label "Olfactory gestures" .

olfactorygestures:21
  skos:broader olfactorygestures:23 ;
  a skos:Concept ;
  skos:prefLabel "Censing"@en, "Encenser"@fr, "Incensare"@it .

olfactorygestures:23
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:prefLabel "Scent distributing"@en, "Distribution de parfum"@fr, "Spargere un odore"@it, "Distribucija vonjav"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:narrower olfactorygestures:21 ;
  skos:definition "E.g. incense"@en .

