@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:13 ;
  a skos:ConceptScheme ;
  rdfs:label "Noses" .

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

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

noses:13
  a skos:Concept ;
  owl:sameAs <http://data.odeuropa.eu/olfactory_objects/55> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:prefLabel "Hunde"@de, "Dog"@en, "Cane"@it, "Hond"@nl, "Psi"@sl, "Chien"@fr ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:altLabel "Cucki"@sl, "ščeneta"@sl ;
  skos:narrower noses:1 .

