@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068428286> a schema1:Person ;
    rdfs:label "Heim, Karl (1874-1958)" ;
    schema1:birthDate "1874" ;
    schema1:deathDate "1958" ;
    schema1:familyName "Heim" ;
    schema1:givenName "Karl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/620e43a75bfede38ebc2d6ac300fe2a4> ;
    schema1:name "Karl Heim" ;
    schema1:sameAs <http://viaf.org/viaf/4969642>,
        wd:Q90673,
        <https://isni.org/isni/0000000080840050> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/heim018> .

