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

<http://data.bibliotheken.nl/id/thes/p294724885> a schema1:Person ;
    rdfs:label "Jones, Peter Tom (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Peter Tom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a945480012f30410b0571d47db5e720> ;
    schema1:name "Peter Tom Jones" ;
    schema1:sameAs <http://viaf.org/viaf/292303661>,
        <https://isni.org/isni/0000000397172775> .

