@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/79425> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/79176> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300028004> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:narrower <https://data.rkd.nl/thesaurus/79426>,
        <https://data.rkd.nl/thesaurus/82816> ;
    skos:notation "79425" ;
    skos:prefLabel "school record"@en,
        "schooldocument"@nl ;
    skos:scopeNote "Lists of students' names and records of grades, disciplinary issues, and other information pertaining to the education of a student in a given school."@en ;
    prov:generatedAtTime "2023-08-10T10:24:03+00:00"^^xsd:dateTime .

