@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/98111> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98050> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300266035> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/62859>,
        <https://data.rkd.nl/thesaurus/82246>,
        <https://data.rkd.nl/thesaurus/84448> ;
    skos:notation "98111" ;
    skos:prefLabel "size/dimensions"@en,
        "grootte/afmetingen"@nl ;
    skos:scopeNote "Describes attributes that are measurable by spatial or temporal extent."@en ;
    prov:generatedAtTime "2023-08-03T14:13:47+00:00"^^xsd:dateTime .

