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

<http://data.bibliotheken.nl/id/thes/p070863547> a schema1:Person ;
    rdfs:label "Gemser, Berend (1890-1962)" ;
    schema1:birthDate "1890" ;
    schema1:deathDate "1962" ;
    schema1:description "geb. Broek op Langedijk 17-5-1890, overl. Groningen 15-11-1962" ;
    schema1:familyName "Gemser" ;
    schema1:givenName "Berend" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0b0b5a123fa9da576bd13d3aa4efe411> ;
    schema1:name "Berend Gemser" ;
    schema1:nationality "za" ;
    schema1:sameAs <http://viaf.org/viaf/74321683>,
        wd:Q54888561,
        <https://isni.org/isni/0000000109164077> .

