@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/p075084082> a schema1:Person ;
    rdfs:label "Carr, Philip (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Carr" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65245d54ead366278926866268037028> ;
    schema1:name "Philip Carr" ;
    schema1:sameAs <http://viaf.org/viaf/33149023>,
        wd:Q108518682,
        <https://isni.org/isni/0000000110519744> .

