@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/74274> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/74383> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026695> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "74274" ;
    skos:prefLabel "photograph album"@en,
        "fotoalbum"@nl ;
    skos:scopeNote "Albums made up of mounted photographs, with or without identifying information."@en,
        "Albums met foto's erin geplakt, met of zonder informatie erbij."@nl ;
    prov:generatedAtTime "2023-08-09T13:16:22+00:00"^^xsd:dateTime .

