@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/96202> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/79402> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "96202" ;
    skos:prefLabel "estate division"@en,
        "boedelscheiding"@nl ;
    skos:scopeNote "Document regulating the distribution of an estate."@en,
        "Document waarin de verdeling van een nalatenschap wordt geregeld."@nl ;
    prov:generatedAtTime "2024-08-05T09:10:43+00:00"^^xsd:dateTime .

