@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/79551> a skos:Concept ;
    skos:altLabel "koopakten"@nl,
        "notariële akten"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79603> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300164785> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:narrower <https://data.rkd.nl/thesaurus/96177>,
        <https://data.rkd.nl/thesaurus/96203> ;
    skos:notation "79551" ;
    skos:prefLabel "notarial document"@en,
        "notarieel document"@nl ;
    skos:scopeNote "Documents certified by notaries that are sealed with a seal or stamp and that are recorded by the notary in a register or protocol permanently maintained for such purpose."@en,
        "Door een notaris gecertificeerde documenten die verzegeld zijn met een zegel of stempel en die door de notaris worden permanent worden geregistreerd in een register of protocol dat voor dit doeleinde wordt onderhouden."@nl ;
    prov:generatedAtTime "2024-08-05T09:00:16+00:00"^^xsd:dateTime .

