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

<http://data.bibliotheken.nl/id/thes/p074003364> a schema1:Person ;
    rdfs:label "Christoffel, Erhard G. (1941-1985)" ;
    schema1:birthDate "1941" ;
    schema1:deathDate "1985" ;
    schema1:familyName "Christoffel" ;
    schema1:givenName "Erhard G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/44613a512d968c6fb5b73dee37daa68d> ;
    schema1:name "Erhard G. Christoffel" ;
    schema1:sameAs <http://viaf.org/viaf/44359374>,
        <https://isni.org/isni/0000000026923752> .

