@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/65019> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/94247> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025454> ;
    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 "65019" ;
    skos:prefLabel "notary"@en,
        "notaris"@nl ;
    skos:scopeNote "People who are legally empowered to witness and certify documents and to take affidavits and depostions."@en,
        "Personen die wettelijk bevoegd zijn om documenten als getuige te ondertekenen en te certificeren, en om beëdigde verklaringen af te nemen."@nl ;
    prov:generatedAtTime "2022-10-13T08:32:42+00:00"^^xsd:dateTime .

