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

<http://data.bibliotheken.nl/id/thes/p072597860> a schema1:Person ;
    rdfs:label "Roth, Karl Heinz (1942-)" ;
    schema1:birthDate "1942" ;
    schema1:familyName "Roth" ;
    schema1:givenName "Karl Heinz" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f5785b391abf6974824f84b54b1d4d73> ;
    schema1:name "Karl Heinz Roth" ;
    schema1:sameAs <http://viaf.org/viaf/39383662>,
        wd:Q102086,
        <https://isni.org/isni/0000000108893737> .

