@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/1109> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98438> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025678> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "1109" ;
    skos:prefLabel "performance artist"@en,
        "performancekunstenaar"@nl ;
    skos:scopeNote "People who formulate works of performance art. For people in the traditional performing arts, use \"performing artists.\""@en,
        "Mensen die performance art ten uitvoer brengen. Gebruik 'uitvoerend kunstenaars' voor artiesten die de traditionele uitvoerende kunsten beoefenen."@nl ;
    prov:generatedAtTime "2023-09-18T09:56:22+00:00"^^xsd:dateTime .

