@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/p070709262> a schema1:Person ;
    rdfs:label "Melchert, Harold Craig (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Melchert" ;
    schema1:givenName "Harold Craig" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/96e1f7fb3d0e3171833b832b39b05f66> ;
    schema1:name "Harold Craig Melchert" ;
    schema1:sameAs <http://viaf.org/viaf/7361332>,
        wd:Q5181227,
        <https://isni.org/isni/0000000121191844> .

