@prefix noses: <http://data.odeuropa.eu/vocabulary/noses/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

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

noses:5
  a skos:Concept ;
  owl:sameAs wd:Q18789 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:prefLabel "Reiher"@de, "Heron"@en, "Héron"@fr, "Airone"@it, "Reiger"@nl, "Čaplje"@sl ;
  skos:broader noses:14 ;
  dc:bibliographicCitation "WNT: De Graauwe reiger (Ardea cinerea, Latham, A. major Linn.) is een vreesachtige en schuwe vogel, welke een scherp gezigt en eenen fijnen reuk heeft, en uit dien hoofde zeer moeijelijk te naderen is, thon-bomhoff, Jagersschool 283 [1835]."@nl ;
  ns0:image <https://commons.wikimedia.org/wiki/Special:FilePath/Ardea%20cinerea%20EM1A2714%20%2827349354381%29.jpg> .

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

