@prefix noses: <http://data.odeuropa.eu/vocabulary/noses/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

noses:Animal
  a skos:Collection ;
  skos:prefLabel "Animal"@en ;
  skos:member noses:1, noses:13, noses:14, noses:5 .

noses:1
  a skos:Concept ;
  skos:prefLabel "Jagdhund"@de, "Hunting dog"@en, "Chien de chasse"@fr, "Cane da caccia"@it, "Jachthond"@nl, "Lovski pes"@sl .

noses:13
  a skos:Concept ;
  skos:prefLabel "Hunde"@de, "Dog"@en, "Cane"@it, "Hond"@nl, "Psi"@sl, "Chien"@fr .

noses:14
  a skos:Concept ;
  skos:prefLabel "Vogel"@de, "Bird"@en, "Oiseau"@fr, "Uccello"@it, "Vogel"@nl, "Ptica"@sl .

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

