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

<http://data.bibliotheken.nl/id/thes/p370166736> a schema1:Person ;
    rdfs:label "Ponsen, Dirk Gerrit (1929-2012)" ;
    schema1:birthDate "1929" ;
    schema1:deathDate "2012" ;
    schema1:familyName "Ponsen" ;
    schema1:givenName "Dirk Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a1b22c6ec4776f3b9ba1cf87803c5c4> ;
    schema1:name "Dirk Gerrit Ponsen" ;
    schema1:sameAs <http://viaf.org/viaf/305836376>,
        <https://isni.org/isni/0000000423346792> .

