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

<http://data.bibliotheken.nl/id/thes/p327289988> a schema1:Person ;
    rdfs:label "Newrick, Emma" ;
    schema1:familyName "Newrick" ;
    schema1:givenName "Emma" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aebca30040e986b46de86ec65ac37c32> ;
    schema1:name "Emma Newrick" ;
    schema1:sameAs <http://viaf.org/viaf/257131283>,
        <https://isni.org/isni/0000000378824782> .

