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

<http://data.bibliotheken.nl/id/thes/p182180174> a schema1:Person ;
    rdfs:label "O'Connor, Geraldine" ;
    schema1:familyName "O'Connor" ;
    schema1:givenName "Geraldine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7fca6dacef6b0588405184f3a52a69af> ;
    schema1:name "Geraldine O'Connor" ;
    schema1:sameAs <http://viaf.org/viaf/279963436>,
        <https://isni.org/isni/0000000387099332> .

