@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/p067715761> a schema1:Person ;
    rdfs:label "Zedler, Gottfried (1860-1945)" ;
    schema1:alternateName "Zedler, Godofredus" ;
    schema1:birthDate "1860" ;
    schema1:deathDate "1945" ;
    schema1:familyName "Zedler" ;
    schema1:givenName "Gottfried" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7628ffcffd2404d8fb4afb275895d29> ;
    schema1:name "Gottfried Zedler" ;
    schema1:sameAs <http://viaf.org/viaf/27836167>,
        wd:Q52084570,
        <https://isni.org/isni/0000000061276482> .

