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

<http://data.bibliotheken.nl/id/thes/p126290075> a schema1:Person ;
    rdfs:label "Wingate, Philippa" ;
    schema1:familyName "Wingate" ;
    schema1:givenName "Philippa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/db94076481f8abb53c0560741cf52f68> ;
    schema1:name "Philippa Wingate" ;
    schema1:sameAs <http://viaf.org/viaf/48809437>,
        <https://isni.org/isni/0000000071433795> .

