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

<http://data.bibliotheken.nl/id/thes/p141455063> a schema1:Person ;
    rdfs:label "Bekkers, Joris (1974-)" ;
    schema1:alternateName "Bekkers, Joris J.M." ;
    schema1:birthDate "1974" ;
    schema1:familyName "Bekkers" ;
    schema1:givenName "Joris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7a908ae0dac47d04b054d67ea9100174> ;
    schema1:name "Joris Bekkers" ;
    schema1:sameAs <http://viaf.org/viaf/7567491>,
        <https://isni.org/isni/0000000002765809> .

