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

<http://data.bibliotheken.nl/id/thes/p165496487> a schema1:Person ;
    rdfs:label "Valk, Johan Arno van der (1970-)" ;
    schema1:alternateName "Valk, J.A. van der" ;
    schema1:birthDate "1970" ;
    schema1:familyName "van der Valk" ;
    schema1:givenName "Johan Arno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1caade28130887ad2a7aec880b71fd61> ;
    schema1:name "Johan Arno van der Valk" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/19903638>,
        <https://isni.org/isni/000000003768745X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/valk043> .

