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

<http://data.bibliotheken.nl/id/thes/p203594045> a schema1:Person ;
    rdfs:label "Kemperman, H.G." ;
    schema1:familyName "Kemperman" ;
    schema1:givenName "H.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ebcd38d3bf57a982c4a316f0e3d92c22> ;
    schema1:name "H.G. Kemperman" ;
    schema1:sameAs <http://viaf.org/viaf/286048676>,
        <https://isni.org/isni/0000000392119457> .

