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

<http://data.bibliotheken.nl/id/thes/p316222836> a schema1:Person ;
    rdfs:label "Hall, Philip" ;
    schema1:familyName "Hall" ;
    schema1:givenName "Philip" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2505e5b085a502eeb0e7d2bbf14b5151> ;
    schema1:name "Philip Hall" ;
    schema1:sameAs <http://viaf.org/viaf/284316640>,
        <https://isni.org/isni/0000000390693383> .

