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

<http://data.bibliotheken.nl/id/thes/p208112278> a schema1:Person ;
    rdfs:label "Schmitz, Helmut (Duitse letterkunde)" ;
    schema1:familyName "Schmitz" ;
    schema1:givenName "Helmut" ;
    schema1:hasOccupation "Duitse letterkunde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c2a2cd39e564c96ce90e7650d68effda> ;
    schema1:name "Helmut Schmitz" ;
    schema1:sameAs <http://viaf.org/viaf/47493591>,
        <https://isni.org/isni/0000000116358945> .

