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

<http://data.bibliotheken.nl/id/thes/p241034930> a schema1:Person ;
    rdfs:label "Godhelp, Frits (1927-2009)" ;
    schema1:birthDate "1927" ;
    schema1:deathDate "2009" ;
    schema1:familyName "Godhelp" ;
    schema1:givenName "Frits" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c902edcf089170b2c853340c3cc06d0d> ;
    schema1:name "Frits Godhelp" ;
    schema1:sameAs <http://viaf.org/viaf/280789961>,
        <https://isni.org/isni/0000000387762472> .

