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

<http://data.bibliotheken.nl/id/thes/p072006471> a schema1:Person ;
    rdfs:label "Willenswaard, Peter van" ;
    schema1:familyName "van Willenswaard" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a0c5eb8a696991e2fc4c2a5ac2b5209> ;
    schema1:name "Peter van Willenswaard" ;
    schema1:sameAs <http://viaf.org/viaf/287337923>,
        <https://isni.org/isni/0000000393137542> .

