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

<http://data.bibliotheken.nl/id/thes/p107994216> a schema1:Person ;
    rdfs:label "Heutink, Peter (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:description "Geb. te Amsterdam" ;
    schema1:familyName "Heutink" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/be998f2c6cc0cfb815b25916e53aafdd> ;
    schema1:name "Peter Heutink" ;
    schema1:sameAs <http://viaf.org/viaf/289008879> .

