@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/90306> a skos:Concept ;
    skos:altLabel "cadeau"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/92388> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300417701> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "90306" ;
    skos:prefLabel "gift (object genre)"@en,
        "geschenk"@nl ;
    skos:scopeNote "Objects that are in the possession of one party, and transferred to another party without the expectation or receipt of an equivalent."@en ;
    prov:generatedAtTime "2021-10-19T15:06:46+00:00"^^xsd:dateTime .

