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

<http://data.bibliotheken.nl/id/thes/p15701939X> a schema1:Person ;
    rdfs:label "Kerremans, Bart (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Kerremans" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/583ca3258ead557bb898d4ea4eb29f23> ;
    schema1:name "Bart Kerremans" ;
    schema1:sameAs <http://viaf.org/viaf/2373364>,
        wd:Q2334985,
        <https://isni.org/isni/000000005436517X> .

