@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix noses: <http://data.odeuropa.eu/vocabulary/noses/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.odeuropa.eu/vocabulary/noses>
  skos:hasTopConcept noses:14 ;
  a skos:ConceptScheme ;
  rdfs:label "Noses" .

noses:5
  skos:broader noses:14 ;
  a skos:Concept ;
  skos:prefLabel "Reiher"@de, "Heron"@en, "Héron"@fr, "Airone"@it, "Reiger"@nl, "Čaplje"@sl .

noses:Animal
  skos:member noses:14 ;
  skos:prefLabel "Animal"@en ;
  a skos:Collection .

noses:14
  a skos:Concept ;
  owl:sameAs <http://data.odeuropa.eu/olfactory_objects/461> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:prefLabel "Vogel"@de, "Bird"@en, "Oiseau"@fr, "Uccello"@it, "Vogel"@nl, "Ptica"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:narrower noses:5 .

