@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p071513639> a schema1:Person ;
    rdfs:label "Tutu, Desmond Mpilo (1931-2021)" ;
    schema1:birthDate "1931" ;
    schema1:deathDate "2021" ;
    schema1:description "Anglican archbishop of Cape Town",
        "theoloog, politicus" ;
    schema1:familyName "Tutu" ;
    schema1:givenName "Desmond Mpilo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a066d3a07f2d1968ba184739dae4a9b> ;
    schema1:name "Desmond Mpilo Tutu" ;
    schema1:nationality "za" ;
    schema1:sameAs <http://viaf.org/viaf/4942398>,
        wd:Q43033,
        <https://isni.org/isni/0000000108644191> .

