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

<http://data.bibliotheken.nl/id/thes/p315070633> a schema1:Person ;
    rdfs:label "Harrison, Erica" ;
    schema1:description "ill." ;
    schema1:familyName "Harrison" ;
    schema1:givenName "Erica" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed1c92244bf450525202e3694dfa250a> ;
    schema1:name "Erica Harrison" ;
    schema1:sameAs <http://viaf.org/viaf/85869997>,
        <https://isni.org/isni/0000000110753901> .

