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

<http://data.bibliotheken.nl/id/thes/p083269754> a schema1:Person ;
    rdfs:label "Pope, Richard" ;
    schema1:familyName "Pope" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/707671c6c9e838fc2639d806c88c90f9> ;
    schema1:name "Richard Pope" ;
    schema1:sameAs <http://viaf.org/viaf/13885557>,
        <https://isni.org/isni/0000000032599864> .

