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

<http://data.bibliotheken.nl/id/thes/p075162326> a schema1:Person ;
    rdfs:label "Sloep, Petrus Bartholomeus" ;
    schema1:alternateName "Sloep, Peter",
        "Sloep, Peter B." ;
    schema1:familyName "Sloep" ;
    schema1:givenName "Petrus Bartholomeus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/19889433aad7bef98d56b3c067c58a42> ;
    schema1:name "Petrus Bartholomeus Sloep" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/112900601>,
        <https://isni.org/isni/000000008180473X> .

