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

<http://data.bibliotheken.nl/id/thes/p070710228> a schema1:Person ;
    rdfs:label "Hapers, Denise" ;
    schema1:familyName "Hapers" ;
    schema1:givenName "Denise" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9dc85314a6b2f2557b6c84b96d8dcf3b> ;
    schema1:name "Denise Hapers" ;
    schema1:sameAs <http://viaf.org/viaf/288049303>,
        <https://isni.org/isni/000000039369201X> .

