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

<http://data.bibliotheken.nl/id/thes/p070651620> a schema1:Person ;
    rdfs:label "Peek, Tom" ;
    schema1:familyName "Peek" ;
    schema1:givenName "Tom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f30c0677328b9e31f234578c81b9e7c2> ;
    schema1:name "Tom Peek" ;
    schema1:sameAs <http://viaf.org/viaf/289113297>,
        <https://isni.org/isni/0000000394557717> .

