@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/64089> a skos:Concept ;
    skos:altLabel "pontifex"@nl,
        "pontifice"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/97335> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025773> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64089" ;
    skos:prefLabel "pope"@en,
        "paus"@nl ;
    skos:scopeNote "People holding the rank of head of the Roman Catholic church and bishop of Rome. Also, the Orthodox patriarchs of Alexandria."@en ;
    prov:generatedAtTime "2022-10-13T10:02:04+00:00"^^xsd:dateTime .

