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

<http://data.bibliotheken.nl/id/thes/p07316156X> a schema1:Person ;
    rdfs:label "Pel, Hanny" ;
    schema1:familyName "Pel" ;
    schema1:givenName "Hanny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68fe8a21c906f59a91bc7739209312f5> ;
    schema1:name "Hanny Pel" ;
    schema1:sameAs <http://viaf.org/viaf/287272115>,
        <https://isni.org/isni/000000036880928X> .

