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

<http://data.bibliotheken.nl/id/thes/p07139320X> a schema1:Person ;
    rdfs:label "Verhoeff, Pieter Willemsz. (ca. 1560-1609)" ;
    schema1:birthDate "ca. 1560" ;
    schema1:deathDate "1609" ;
    schema1:familyName "Verhoeff" ;
    schema1:givenName "Pieter Willemsz." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6426242f69f7eeb38496571ac7d09d23> ;
    schema1:name "Pieter Willemsz. Verhoeff" ;
    schema1:sameAs <http://viaf.org/viaf/223152636069920051609> .

