@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#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix ns0: <https://schema.org/> .

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

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

noses:12
  a skos:Concept ;
  owl:sameAs wd:Q39631 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:prefLabel "Arzt"@de, "Physician"@en, "Médecin"@fr, "Medico"@it, "Zdravnik"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/noses> ;
  skos:altLabel "Doctor"@en, "Docteur"@fr, "Soignant"@fr, "Dottore"@it ;
  ns0:image <https://commons.wikimedia.org/wiki/Special:FilePath/The%20Doctor%20Luke%20Fildes%20crop.jpg> .

