@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/58710> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98337> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026707> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/DOCTYPE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:narrower <https://data.rkd.nl/thesaurus/58714>,
        <https://data.rkd.nl/thesaurus/82700> ;
    skos:notation "58710" ;
    skos:prefLabel "announcement"@en,
        "aankondiging"@nl ;
    skos:scopeNote "Printed, spoken, or published statements or notices that inform the reader of an event or other news."@en,
        "Gedrukte, en eventueel aangeplakte verklaringen of mededelingen die de lezer op de hoogte brengen van een gebeurtenis of ander nieuws."@nl ;
    prov:generatedAtTime "2023-08-10T10:23:33+00:00"^^xsd:dateTime .

