@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/83578> a skos:Concept ;
    skos:altLabel "rapport"@nl,
        "weekrapport"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98337> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300027267> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/DOC_TYPE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:narrower <https://data.rkd.nl/thesaurus/81691>,
        <https://data.rkd.nl/thesaurus/90832>,
        <https://data.rkd.nl/thesaurus/90841>,
        <https://data.rkd.nl/thesaurus/90844>,
        <https://data.rkd.nl/thesaurus/90845>,
        <https://data.rkd.nl/thesaurus/90846>,
        <https://data.rkd.nl/thesaurus/90938>,
        <https://data.rkd.nl/thesaurus/90940>,
        <https://data.rkd.nl/thesaurus/91069>,
        <https://data.rkd.nl/thesaurus/91188> ;
    skos:notation "83578" ;
    skos:prefLabel "report"@en,
        "verslag"@nl ;
    skos:scopeNote "Documenten met daarin de feiten of een verslag van een handeling, onderzoek of gebeurtenis."@en,
        "Official or formal records of a special investigation, in the form of documents containing presentations of facts, proceedings, investigations, or events."@nl ;
    prov:generatedAtTime "2023-08-10T10:05:35+00:00"^^xsd:dateTime .

