@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/99024> 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 "99024" ;
    skos:prefLabel "two-column miniature"@en,
        "twee-kolomsminiatuur"@nl ;
    skos:scopeNote "A miniature that spans the width of two text columns (which is usually equal to the width of the text block)."@en,
        "Een miniatuur ter breedte van twee tekstkolommen (hetgeen gewoonlijk overeenkomt met de breedte van de tekstspiegel)."@nl ;
    prov:generatedAtTime "2024-10-01T14:24:37+00:00"^^xsd:dateTime .

