@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/84410> a skos:Concept ;
    skos:altLabel "dower chest"@en,
        "bruidskoffer"@nl,
        "huwelijkskist"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64162> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300039125> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/66663> ;
    skos:notation "84410" ;
    skos:prefLabel "bridal chest"@en,
        "bruidskist"@nl ;
    skos:scopeNote "Chests made to commemorate or anticipate a wedding; usually incorporating names and dates in their decoration."@en,
        "Kisten die voor een bruiloft zijn gemaakt of ter nagedachtenis hiervan. Meestal werden er namen en data in de decoraties verwerkt."@nl ;
    prov:generatedAtTime "2021-10-19T15:06:06+00:00"^^xsd:dateTime .

