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

<http://data.bibliotheken.nl/id/thes/p142799580> a schema1:Person ;
    rdfs:label "Beks, Petrus Johannes (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Beks" ;
    schema1:givenName "Petrus Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f63b48ebc40c120321b879473418c1e5> ;
    schema1:name "Petrus Johannes Beks" ;
    schema1:sameAs <http://viaf.org/viaf/292185442>,
        <https://isni.org/isni/0000000397079722> .

