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

<http://data.bibliotheken.nl/id/thes/p072622849> a schema1:Person ;
    rdfs:label "Frank, Harry (1942-)" ;
    schema1:birthDate "1942" ;
    schema1:familyName "Frank" ;
    schema1:givenName "Harry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/72a9df624e9845cf38bd66a0d1ea1eb6> ;
    schema1:name "Harry Frank" ;
    schema1:sameAs <http://viaf.org/viaf/111388591>,
        <https://isni.org/isni/0000000081778738> .

