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

<http://data.bibliotheken.nl/id/thes/p067772269> a schema1:Person ;
    rdfs:label "Stumpf, Herbert" ;
    schema1:alternateName "Štumpf, Gerbert" ;
    schema1:familyName "Stumpf" ;
    schema1:givenName "Herbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/053b128eee66dac7e40ec7d465547572> ;
    schema1:name "Herbert Stumpf" ;
    schema1:sameAs <http://viaf.org/viaf/101057831>,
        <https://isni.org/isni/000000008403905X> .

