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

<http://data.bibliotheken.nl/id/thes/p069835381> a schema1:Person ;
    rdfs:label "Knegt, Gerrit Samuël Abraham de (1938-2016)" ;
    schema1:birthDate "1938" ;
    schema1:deathDate "2016" ;
    schema1:familyName "de Knegt" ;
    schema1:givenName "Gerrit Samuël Abraham" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f70642542bf2f34dab81157a7372314> ;
    schema1:name "Gerrit Samuël Abraham de Knegt" ;
    schema1:sameAs <http://viaf.org/viaf/282368576>,
        <https://isni.org/isni/0000000389045178> .

