@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/99019> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/74361> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "99019" ;
    skos:prefLabel "full-page miniature"@en,
        "bladgrote miniatuur"@nl ;
    skos:scopeNote "A miniature that occupies an entire page of a manuscript; it usually has the size of the text block and is often surrounded by border decoration."@en,
        "Een miniatuur die een volledige pagina in beslag neemt, meestal van dezelfde grootte als de tekstspiegel van het handschrift en vaak omgeven door randversiering."@nl ;
    prov:generatedAtTime "2024-10-01T14:13:17+00:00"^^xsd:dateTime .

