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

<http://data.bibliotheken.nl/id/thes/p073787736> a schema1:Person ;
    rdfs:label "Zwiers, P.B." ;
    schema1:familyName "Zwiers" ;
    schema1:givenName "P.B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/020241cbaf75ff4f67a5c97faf1e36fa> ;
    schema1:name "P.B. Zwiers" ;
    schema1:sameAs <http://viaf.org/viaf/281269776>,
        <https://isni.org/isni/000000038817789X> .

