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

<http://data.bibliotheken.nl/id/thes/p074488929> a schema1:Person ;
    rdfs:label "Hafkamp, Victor (1935-)" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Hafkamp" ;
    schema1:givenName "Victor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e70ebe1e582c3464fccb183f9a6f475> ;
    schema1:name "Victor Hafkamp" ;
    schema1:sameAs <http://viaf.org/viaf/283205419>,
        <https://isni.org/isni/0000000389705690> .

