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

<http://data.bibliotheken.nl/id/thes/p072487445> a schema1:Person ;
    rdfs:label "Hirsch, David H." ;
    schema1:familyName "Hirsch" ;
    schema1:givenName "David H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b25254c399d540005ab20b5a9c3214a1> ;
    schema1:name "David H. Hirsch" ;
    schema1:sameAs <http://viaf.org/viaf/66487178>,
        <https://isni.org/isni/0000000066436721> .

