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

<http://data.bibliotheken.nl/id/thes/p299133559> a schema1:Person ;
    rdfs:label "Hatch, David K. (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Hatch" ;
    schema1:givenName "David K." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b82d190ee602dcb0e250b011a8321bd> ;
    schema1:name "David K. Hatch" ;
    schema1:sameAs <http://viaf.org/viaf/41268240>,
        <https://isni.org/isni/0000000041051147> .

