@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/p106427563> a schema1:Person ;
    rdfs:label "Leisner, Karl (1915-1945)" ;
    schema1:birthDate "1915" ;
    schema1:deathDate "1945" ;
    schema1:familyName "Leisner" ;
    schema1:givenName "Karl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/823a3038610cc4fd77893da8f2626d26> ;
    schema1:name "Karl Leisner" ;
    schema1:sameAs <http://viaf.org/viaf/15561642>,
        wd:Q62949,
        <https://isni.org/isni/0000000071013547> .

