@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/p096987820> a schema1:Person ;
    rdfs:label "Kaufman, Matthew H." ;
    schema1:alternateName "Kaufman, M.H." ;
    schema1:familyName "Kaufman" ;
    schema1:givenName "Matthew H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/23c21391f2b4f91f2aabb550c9e2fb17> ;
    schema1:name "Matthew H. Kaufman" ;
    schema1:sameAs <http://viaf.org/viaf/66636979>,
        wd:Q6790772,
        <https://isni.org/isni/0000000116623200> .

