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

<http://data.bibliotheken.nl/id/thes/p073023116> a schema1:Person ;
    rdfs:label "Eysink, Albertus Henricus (1923-)" ;
    schema1:alternateName "Eysink, Harry" ;
    schema1:birthDate "1923" ;
    schema1:familyName "Eysink" ;
    schema1:givenName "Albertus Henricus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cc425f34228dd2713c01bba0cf1c4856> ;
    schema1:name "Albertus Henricus Eysink" ;
    schema1:sameAs <http://viaf.org/viaf/284570895>,
        <https://isni.org/isni/0000000390837869> .

