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

<http://data.bibliotheken.nl/id/thes/p072149671> a schema1:Person ;
    rdfs:label "Keizer, Gerrit (1869-1943)" ;
    schema1:birthDate "1869" ;
    schema1:deathDate "1943" ;
    schema1:description "Geref. predikant, promoveerde in Lausanne (1900)" ;
    schema1:familyName "Keizer" ;
    schema1:givenName "Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb8eca861c811a12a80b72d06e05a4d4> ;
    schema1:name "Gerrit Keizer" ;
    schema1:sameAs <http://viaf.org/viaf/284366511>,
        <https://isni.org/isni/0000000390708952> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/keiz010> .

