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

<http://data.bibliotheken.nl/id/thes/p31299351X> a schema1:Person ;
    rdfs:label "Broadhurst, Lucy" ;
    schema1:familyName "Broadhurst" ;
    schema1:givenName "Lucy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/281c1ac08301ca023065eda088452e71> ;
    schema1:name "Lucy Broadhurst" ;
    schema1:sameAs <http://viaf.org/viaf/279957112>,
        <https://isni.org/isni/0000000369066991> .

