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

<http://data.bibliotheken.nl/id/thes/p073764337> a schema1:Person ;
    rdfs:label "Ehrman, Albert (1933-1981)" ;
    schema1:birthDate "1933" ;
    schema1:deathDate "1981" ;
    schema1:familyName "Ehrman" ;
    schema1:givenName "Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af4e100be3b6920c795e8b372bc0b868> ;
    schema1:name "Albert Ehrman" ;
    schema1:sameAs <http://viaf.org/viaf/280359589>,
        <https://isni.org/isni/0000000387436554> .

