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

<http://data.bibliotheken.nl/id/thes/p125109806> a schema1:Person ;
    rdfs:label "Tomsdorf, Manfred" ;
    schema1:familyName "Tomsdorf" ;
    schema1:givenName "Manfred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/518ef75f70b0cefdc933300f174c31b4> ;
    schema1:name "Manfred Tomsdorf" ;
    schema1:sameAs <http://viaf.org/viaf/285186301>,
        <https://isni.org/isni/0000000391337073> .

