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

<http://data.bibliotheken.nl/id/thes/p069974039> a schema1:Person ;
    rdfs:label "Phelps, Kate" ;
    schema1:familyName "Phelps" ;
    schema1:givenName "Kate" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f6d1dd9eed4acaebc542d7844a94b30> ;
    schema1:name "Kate Phelps" ;
    schema1:sameAs <http://viaf.org/viaf/283377107>,
        <https://isni.org/isni/0000000389864376> .

