@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/p068427611> a schema1:Person ;
    rdfs:label "Oppenheimer, Klaus Eduard Henry (1905-1986 ; filosoof)" ;
    schema1:birthDate "1905" ;
    schema1:deathDate "1986" ;
    schema1:familyName "Oppenheimer" ;
    schema1:givenName "Klaus Eduard Henry" ;
    schema1:hasOccupation "filosoof",
        "predikant",
        "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6de563923997229126179789d761effb> ;
    schema1:name "Klaus Eduard Henry Oppenheimer" ;
    schema1:sameAs <http://viaf.org/viaf/33343865>,
        wd:Q27074653,
        <https://isni.org/isni/0000000084371052> .

