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

<http://data.bibliotheken.nl/id/thes/p068225113> a schema1:Person ;
    rdfs:label "Kooy, Gerrit Andries (1926-2002)" ;
    schema1:alternateName "Kooij, G.A." ;
    schema1:birthDate "1926" ;
    schema1:deathDate "2002" ;
    schema1:description "overl. 2002" ;
    schema1:familyName "Kooy" ;
    schema1:givenName "Gerrit Andries" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70f4bd7abdd907244021af2390903532> ;
    schema1:name "Gerrit Andries Kooy" ;
    schema1:sameAs <http://viaf.org/viaf/243799849>,
        <https://isni.org/isni/0000000034742556> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/kooy002> .

