@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/65402> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/97350> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025808> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65402" ;
    skos:prefLabel "dentist"@en,
        "tandarts"@nl ;
    skos:scopeNote "Those whose medical practice is focused on teeth and associated structures of the mouth, involving the prevention, diagnosis, and treatment of disease, injury, or malformation of the teeth, gums, and jaws."@en,
        "Zij die tandheelkunde uitoefenen of bevoegd zijn om dat te doen."@nl ;
    prov:generatedAtTime "2022-10-19T12:33:13+00:00"^^xsd:dateTime .

