@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/p068359128> a schema1:Person ;
    rdfs:label "Fischer, Balthasar (1912-2001)" ;
    schema1:birthDate "1912" ;
    schema1:deathDate "2001" ;
    schema1:description "Overleden 27/6/2001" ;
    schema1:familyName "Fischer" ;
    schema1:givenName "Balthasar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e17f23677db5774961b0cb9fdb25a264> ;
    schema1:name "Balthasar Fischer" ;
    schema1:sameAs <http://viaf.org/viaf/84472475>,
        wd:Q103923,
        <https://isni.org/isni/0000000109943273> .

