@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/p073356646> a schema1:Person ;
    rdfs:label "Pelckmans, Paul (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Pelckmans" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c2efac63bd8eadd92042f1db10f544ff> ;
    schema1:name "Paul Pelckmans" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/24615089>,
        <https://isni.org/isni/000000011608792X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/pelc003> .

