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

<http://data.bibliotheken.nl/id/thes/p240754751> a schema1:Person ;
    rdfs:label "Epps, Edgar G. (1929-)" ;
    schema1:birthDate "1929" ;
    schema1:familyName "Epps" ;
    schema1:givenName "Edgar G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c524b7964c1737313baf71cfcec9fa5a> ;
    schema1:name "Edgar G. Epps" ;
    schema1:sameAs <http://viaf.org/viaf/113338824>,
        <https://isni.org/isni/0000000114553667> .

