@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/p068401027> a schema1:Person ;
    rdfs:label "Gollwitzer, Helmut (1908-1993)" ;
    schema1:birthDate "1908" ;
    schema1:deathDate "1993" ;
    schema1:familyName "Gollwitzer" ;
    schema1:givenName "Helmut" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5d1e018f339242d26cb68955208189cd> ;
    schema1:name "Helmut Gollwitzer" ;
    schema1:sameAs <http://viaf.org/viaf/4992805>,
        wd:Q71358,
        <https://isni.org/isni/0000000108647608> .

