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

<http://data.bibliotheken.nl/id/thes/p09375437X> a schema1:Person ;
    rdfs:label "Klap, Vincent Alexander (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Klap" ;
    schema1:givenName "Vincent Alexander" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e3288632d60179122b16512477d76676> ;
    schema1:name "Vincent Alexander Klap" ;
    schema1:sameAs <http://viaf.org/viaf/306180690>,
        <https://isni.org/isni/0000000398407038> .

