@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/92787> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/66826> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300235015> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/PROPERTY>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "92787" ;
    skos:prefLabel "organist"@en,
        "organist"@nl ;
    skos:scopeNote "Those who play the organ, especially those engaged to play the organ at the services in a church."@en,
        "Zij die het orgel bespelen, met name personen die zijn ingehuurd om het orgel te bespelen tijdens kerkdiensten."@nl ;
    prov:generatedAtTime "2021-10-19T15:07:20+00:00"^^xsd:dateTime .

