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

<http://data.bibliotheken.nl/id/thes/p137121288> a schema1:Person ;
    rdfs:label "Hatchwell, Emily" ;
    schema1:familyName "Hatchwell" ;
    schema1:givenName "Emily" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/525fa7830293d87ab9fc581c457f5077> ;
    schema1:name "Emily Hatchwell" ;
    schema1:sameAs <http://viaf.org/viaf/49404719>,
        <https://isni.org/isni/0000000073658517> .

