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

<http://data.bibliotheken.nl/id/thes/p237754606> a schema1:Person ;
    rdfs:label "Chalmers, Emily" ;
    schema1:familyName "Chalmers" ;
    schema1:givenName "Emily" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/acaefc8089e5347446e843e6d996bbb8> ;
    schema1:name "Emily Chalmers" ;
    schema1:sameAs <http://viaf.org/viaf/61783302>,
        <https://isni.org/isni/0000000039069110> .

