@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/96203> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/79551> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "96203" ;
    skos:prefLabel "notice (notarial document)"@en,
        "insinuatie (notarieel document)"@nl ;
    skos:scopeNote "Notification by a notary to fulfill an obligation."@en,
        "Aanzegging door een notaris om een verplichting na te komen."@nl ;
    prov:generatedAtTime "2024-08-05T09:00:16+00:00"^^xsd:dateTime .

