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

<http://data.bibliotheken.nl/id/thes/p072264292> a schema1:Person ;
    rdfs:label "Peeters, J.E." ;
    schema1:familyName "Peeters" ;
    schema1:givenName "J.E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/74f82f71a39377d186c1788da2b839ba> ;
    schema1:name "J.E. Peeters" ;
    schema1:sameAs <http://viaf.org/viaf/285505003>,
        <https://isni.org/isni/000000039160563X> .

