@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/98332> a skos:Concept ;
    skos:altLabel "notebook"@en,
        "schrift (boek)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/62867> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300264354> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "98332" ;
    skos:prefLabel "notebook"@en,
        "notitieboek"@nl ;
    skos:scopeNote "Books of blank pages, usually ruled, used for taking notes, especially by pupils and students for taking class notes or writing or drawing exercises."@en,
        "Boekjes met blanco pagina's, meestal gelinieerd, voor het maken van aantekeningen, met name door leerlingen en studenten tijdens de les, of voor schrijf- of tekenopgaven."@nl ;
    prov:generatedAtTime "2023-08-07T12:52:20+00:00"^^xsd:dateTime .

