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

<http://data.bibliotheken.nl/id/thes/p098759795> a schema1:Person ;
    rdfs:label "Rens, P." ;
    schema1:familyName "Rens" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/75857650f832a92d86646a12c68d9a54> ;
    schema1:name "P. Rens" ;
    schema1:sameAs <http://viaf.org/viaf/284778448>,
        <https://isni.org/isni/0000000391008907> .

