@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/64998> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/74485> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025653> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/PROPERTY>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/64987> ;
    skos:notation "64998" ;
    skos:prefLabel "dancer"@en,
        "danser"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/65452> ;
    skos:scopeNote "Those who engage in the activity of dancing or who practice the art of dance, especially as a profession."@en,
        "Te gebruiken voor personen die zich bezig houden met het dansen of die de danskunst beoefenen, vooral als beroep."@nl ;
    prov:generatedAtTime "2023-06-21T07:48:01+00:00"^^xsd:dateTime .

