@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/67010> a skos:Concept ;
    skos:altLabel "commemorative pillar"@en,
        "gedenknaald"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64061> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300007021> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "67010" ;
    skos:prefLabel "obelisk"@en,
        "obelisk"@nl ;
    skos:scopeNote "Tall, slender, four-sided, usually monolithic stone shafts which taper upward and end in a pyramidal tip."@en,
        "Wordt gebruikt voor hoge, slanke, vierkantige, meestal monolithische stenen schachten die toelopen naar boven en eindigen in een piramidevormige punt."@nl ;
    prov:generatedAtTime "2022-07-25T09:40:07+00:00"^^xsd:dateTime .

