@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/p316347418> a schema1:Person ;
    rdfs:label "DeWitt, Patrick (1975-)" ;
    schema1:alternateName "Witt, Patrick de" ;
    schema1:birthDate "1975" ;
    schema1:familyName "DeWitt" ;
    schema1:givenName "Patrick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c795f01b89de5ce31e6344f456257cab> ;
    schema1:name "Patrick DeWitt" ;
    schema1:sameAs <http://viaf.org/viaf/120285465>,
        wd:Q3702063,
        <https://isni.org/isni/0000000084159975> .

