@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:404 skos:related noses:4 .
noses:3
  skos:narrower noses:4 ;
  a skos:Concept ;
  skos:prefLabel "Apotheker"@de, "Druggist"@en, "Pharmacien"@fr, "Farmacista"@it, "Drogist"@nl, "Farmacevt"@sl .

noses:Occupation
  skos:member noses:4 ;
  skos:prefLabel "Occupation"@en ;
  a skos:Collection .

noses:4
  a skos:Concept ;
  owl:sameAs wd:Q1131236 ;
  skos:related noses:404 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:prefLabel "Apothecary"@en, "Apothicaire"@fr, "Speziale"@it, "Apotheker"@nl, "Lekarnar"@sl ;
  skos:altLabel "Apothekar"@nl ;
  skos:broader noses:3 ;
  dc:bibliographicCitation "WNT: Men blinddoeke een ervaren Chimist, Drogist of Apothekar, en legge hem duizend verschillende drogerijen voor, hij zal dezelve door den reuk onderkennen, berkhey, N.H.5, 349 [1805]."@nl ;
  ns0:image <https://commons.wikimedia.org/wiki/Special:FilePath/ApotekerHjorten.jpg> .

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

