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

<http://data.bibliotheken.nl/id/thes/p127045740> a schema1:Person ;
    rdfs:label "Bakker, Gerrit D." ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Gerrit D." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d0a77ea023feb271b1c56b5320ac200c> ;
    schema1:name "Gerrit D. Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/280502311>,
        <https://isni.org/isni/000000038756664X> .

