@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/57792> a skos:Concept ;
    skos:altLabel "donation to museum"@en,
        "schenking aan museum"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79911> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300417638> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/ATELIER>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/acqmeth>,
        <https://data.rkd.nl/thesaurus/scheme/herkomst> ;
    skos:notation "57792" ;
    skos:prefLabel "donation"@en,
        "schenking"@nl ;
    skos:scopeNote "Method of acquiring funds or property through transference of ownership from one party to another as a free gift."@en,
        "Methode om geld of eigendom te verwerven door eigendomsoverdracht van de ene partij aan de andere als een vrije gift."@nl ;
    prov:generatedAtTime "2023-08-16T07:29:29+00:00"^^xsd:dateTime .

