@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/80260> a skos:Concept ;
    skos:altLabel "picture postcard"@en,
        "prentbriefkaart"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79280> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026819> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:narrower <https://data.rkd.nl/thesaurus/54117> ;
    skos:notation "80260" ;
    skos:prefLabel "postcard"@en,
        "ansichtkaart"@nl ;
    skos:scopeNote "Postcards having a pictorial image on one side, often representations of a place or works of art, upon which a message can be written, then posted."@en,
        "Briefkaarten met een picturale afbeelding aan een kant."@nl ;
    prov:generatedAtTime "2023-08-03T06:42:47+00:00"^^xsd:dateTime .

