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

<http://data.bibliotheken.nl/id/thes/p451342410> a schema1:Person ;
    rdfs:label "O'Niel, Nicole" ;
    schema1:familyName "O'Niel" ;
    schema1:givenName "Nicole" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e660c1472e6a1ddeda19e7b052203617> ;
    schema1:name "Nicole O'Niel" ;
    schema1:sameAs <https://isni.org/isni/0000000527837350> .

