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

<http://data.bibliotheken.nl/id/thes/p06842065X> a schema1:Person ;
    rdfs:label "Vonk, Johannes Willem (1944-)" ;
    schema1:alternateName "Vonk, Jan" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Vonk" ;
    schema1:givenName "Johannes Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fde394ebb8a974393c5b725f2a135a1d> ;
    schema1:name "Johannes Willem Vonk" ;
    schema1:sameAs <http://viaf.org/viaf/282228682>,
        <https://isni.org/isni/0000000388957909> .

