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

noses:3
  skos:related noses:404 ;
  a skos:Concept ;
  skos:prefLabel "Apotheker"@de, "Druggist"@en, "Pharmacien"@fr, "Farmacista"@it, "Drogist"@nl, "Farmacevt"@sl .

noses:4
  skos:related noses:404 ;
  a skos:Concept ;
  skos:prefLabel "Apothecary"@en, "Apothicaire"@fr, "Speziale"@it, "Apotheker"@nl, "Lekarnar"@sl .

noses:404 skos:related noses:3, noses:4 .
