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

<http://data.bibliotheken.nl/id/thes/p072029552> a schema1:Person ;
    rdfs:label "Dik, H." ;
    schema1:familyName "Dik" ;
    schema1:givenName "H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b6846cc2c84fffca180b99055b78f70e> ;
    schema1:name "H. Dik" ;
    schema1:sameAs <http://viaf.org/viaf/291829217>,
        <https://isni.org/isni/0000000396793510> .

