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

<http://data.bibliotheken.nl/id/thes/p333244117> a schema1:Person ;
    rdfs:label "Harms, Bette" ;
    schema1:familyName "Harms" ;
    schema1:givenName "Bette" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/092faa22de5e509e76dda9e0ad55b1df> ;
    schema1:name "Bette Harms" ;
    schema1:sameAs <http://viaf.org/viaf/189071482>,
        <https://isni.org/isni/0000000389689221> .

