@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/63008> a skos:Concept ;
    skos:altLabel "dokter"@nl,
        "geneesheer"@nl,
        "medicus"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/97350> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025809> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/PROPERTY>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/47142>,
        <https://data.rkd.nl/thesaurus/63012>,
        <https://data.rkd.nl/thesaurus/98597> ;
    skos:notation "63008" ;
    skos:prefLabel "physician"@en,
        "arts"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/64657> ;
    skos:scopeNote "Practitioners of medicine with a doctorate in any of its branches, especially those licensed by the proper authorities."@en,
        "Medici op elk geneeskundig gebied, met name zij die zijn erkend door de daartoe bevoegde overheden."@nl ;
    prov:generatedAtTime "2024-04-16T12:12:26+00:00"^^xsd:dateTime .

