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

<http://data.bibliotheken.nl/id/thes/p251843696> a schema1:Person ;
    rdfs:label "Graham, Christie" ;
    schema1:familyName "Graham" ;
    schema1:givenName "Christie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2711980eedfcb29275d49bbc149f91e2> ;
    schema1:name "Christie Graham" ;
    schema1:sameAs <http://viaf.org/viaf/281983736> .

