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

<http://data.bibliotheken.nl/id/thes/p243136587> a schema1:Person ;
    rdfs:label "Taylor, Claire" ;
    schema1:familyName "Taylor" ;
    schema1:givenName "Claire" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/470f9d77371276fa2363fe2fd0d8ac57> ;
    schema1:name "Claire Taylor" ;
    schema1:sameAs <http://viaf.org/viaf/291395116> .

