@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/65252> a skos:Concept ;
    skos:altLabel "farmaceut"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/97350> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300188530> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/PROPERTY>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65252" ;
    skos:prefLabel "pharmacist"@en,
        "apotheker"@nl ;
    skos:scopeNote "Those engaged in the study and practice of preparing, preserving, compounding, and dispensing medicinal drugs."@en,
        "Personen die onderzoek of werkzaamheden verrichten met betrekking tot het prepareren, conserveren, samenstellen en verspreiden van geneesmiddelen."@nl ;
    prov:generatedAtTime "2022-10-19T12:32:54+00:00"^^xsd:dateTime .

