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

<http://data.bibliotheken.nl/id/thes/p091343445> a schema1:Person ;
    rdfs:label "Pelt, C.W. van" ;
    schema1:familyName "van Pelt" ;
    schema1:givenName "C.W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/619b9bbfae1b3f2158dff98be01b318c> ;
    schema1:name "C.W. van Pelt" ;
    schema1:sameAs <http://viaf.org/viaf/286327519>,
        <https://isni.org/isni/0000000392275177> .

