@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/98781> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98066> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025580> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "98781" ;
    skos:prefLabel "scribe"@en,
        "kopiist (schrijver)"@nl ;
    skos:scopeNote "Persons who inscribe or copy texts, especially those who transcribed, copied, and edited manuscripts before mechanical printing technology was developed."@en,
        "Personen die teksten opschrijven of kopiëren, vooral zij die manuscripten afschreven, kopieerden en herschreven voordat er mechanisch gedrukt werd."@nl ;
    prov:generatedAtTime "2024-03-14T10:46:42+00:00"^^xsd:dateTime .

