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

<http://data.bibliotheken.nl/id/thes/p069756988> a schema1:Person ;
    rdfs:label "Zeller, Fritz" ;
    schema1:familyName "Zeller" ;
    schema1:givenName "Fritz" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/49ee211c220f7baa7cdd295b8355a641> ;
    schema1:name "Fritz Zeller" ;
    schema1:sameAs <http://viaf.org/viaf/281116255>,
        <https://isni.org/isni/0000000388034186> .

