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

<http://data.bibliotheken.nl/id/thes/p340492287> a schema1:Person ;
    rdfs:label "Hekkert, Harry" ;
    schema1:familyName "Hekkert" ;
    schema1:givenName "Harry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26a211d742786e3d6d61c89701a60526> ;
    schema1:name "Harry Hekkert" ;
    schema1:sameAs <http://viaf.org/viaf/280097993>,
        <https://isni.org/isni/0000000387197522> .

