@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/66829> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/94247> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025474> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "66829" ;
    skos:prefLabel "politician"@en,
        "politicus"@nl ;
    skos:scopeNote "Refers to people who are actively involved in politics, particularly party politics, or, more specifically, to people who hold or seek political office."@en,
        "Verwijst naar mensen die actief betrokken zijn bij de politiek, in het bijzonder partijpolitiek, of meer specifiek naar mensen die een politieke functie bekleden of nastreven."@nl ;
    prov:generatedAtTime "2022-10-13T09:58:12+00:00"^^xsd:dateTime .

