@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/p197430910> a schema1:Person ;
    rdfs:label "Elstak, Paul (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Elstak" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d2c64792ec5a3373449dee29988a83e0> ;
    schema1:name "Paul Elstak" ;
    schema1:sameAs <http://viaf.org/viaf/11700203>,
        wd:Q960974,
        <https://isni.org/isni/0000000078390353> .

