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

<http://data.bibliotheken.nl/id/thes/p11437046X> a schema1:Person ;
    rdfs:label "Exner, Helmut" ;
    schema1:familyName "Exner" ;
    schema1:givenName "Helmut" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2ad3a75a95d97dfd395a2e88032aaad0> ;
    schema1:name "Helmut Exner" ;
    schema1:sameAs <http://viaf.org/viaf/52176424> .

