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

<http://data.bibliotheken.nl/id/thes/p203799585> a schema1:Person ;
    rdfs:label "Mitchell, Emma" ;
    schema1:familyName "Mitchell" ;
    schema1:givenName "Emma" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b7ce6d7b8c280474274569e2f470bb92> ;
    schema1:name "Emma Mitchell" ;
    schema1:sameAs <http://viaf.org/viaf/290720568>,
        <https://isni.org/isni/0000000395913322> .

