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

<http://data.bibliotheken.nl/id/thes/p067769012> a schema1:Person ;
    rdfs:label "Hardy, Henry (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Hardy" ;
    schema1:givenName "Henry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4e867052b42e477745a87ad8dcc44de8> ;
    schema1:name "Henry Hardy" ;
    schema1:sameAs <http://viaf.org/viaf/285414870>,
        <https://isni.org/isni/0000000391592322> .

