@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/p134402782> a schema1:Person ;
    rdfs:label "Goeschke, Franz" ;
    schema1:familyName "Goeschke" ;
    schema1:givenName "Franz" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/54e7c4eb6733c0486e1d510350b77b01> ;
    schema1:name "Franz Goeschke" ;
    schema1:sameAs <http://viaf.org/viaf/111432632>,
        wd:Q5492780,
        <https://isni.org/isni/0000000084087078> .

