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

<http://data.bibliotheken.nl/id/thes/p068308272> a schema1:Person ;
    rdfs:label "Banck, Geert Arent (1937-)" ;
    schema1:alternateName "Banck, G.A." ;
    schema1:birthDate "1937" ;
    schema1:familyName "Banck" ;
    schema1:givenName "Geert Arent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4c0232e2a8ea67a675fd817a359e39d7> ;
    schema1:name "Geert Arent Banck" ;
    schema1:sameAs <http://viaf.org/viaf/73869513>,
        <https://isni.org/isni/0000000032115962> .

