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

<http://data.bibliotheken.nl/id/thes/p11437208X> a schema1:Person ;
    rdfs:label "Eijsvoogel, Vincent Peter (1932-)" ;
    schema1:birthDate "1932" ;
    schema1:familyName "Eijsvoogel" ;
    schema1:givenName "Vincent Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b82e6a9165f31840db33c5c612af9b0f> ;
    schema1:name "Vincent Peter Eijsvoogel" ;
    schema1:sameAs <http://viaf.org/viaf/306186727> .

