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

<http://data.bibliotheken.nl/id/thes/p069196990> a schema1:Person ;
    rdfs:label "Kampf, Hans" ;
    schema1:familyName "Kampf" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bf59dc7e8bf680c9b2b21e40b6864bfe> ;
    schema1:name "Hans Kampf" ;
    schema1:sameAs <http://viaf.org/viaf/23518044>,
        <https://isni.org/isni/0000000026448963> .

