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

<http://data.bibliotheken.nl/id/thes/p298135159> a schema1:Person ;
    rdfs:label "O'Connor, Charlotte" ;
    schema1:familyName "O'Connor" ;
    schema1:givenName "Charlotte" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e80c1e74e5f07e6622127daaca8bf57d> ;
    schema1:name "Charlotte O'Connor" ;
    schema1:sameAs <http://viaf.org/viaf/2551149198326574940008> .

