@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/p068323557> a schema1:Person ;
    rdfs:label "Verhoeff, Abraham (1925-)" ;
    schema1:birthDate "1925" ;
    schema1:familyName "Verhoeff" ;
    schema1:givenName "Abraham" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2968182689f026aeef1c56f29b20c536> ;
    schema1:name "Abraham Verhoeff" ;
    schema1:sameAs <http://viaf.org/viaf/92804751>,
        wd:Q19520739,
        <https://isni.org/isni/0000000065786703> .

