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

<http://data.bibliotheken.nl/id/thes/p394462106> a schema1:Person ;
    rdfs:label "Koning, Arnold (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:familyName "Koning" ;
    schema1:givenName "Arnold" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/490972b2bab02eafce83648d31c7cd23> ;
    schema1:name "Arnold Koning" ;
    schema1:sameAs <http://viaf.org/viaf/317189005> .

