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

<http://data.bibliotheken.nl/id/thes/p069333041> a schema1:Person ;
    rdfs:label "Leach, Penelope" ;
    schema1:familyName "Leach" ;
    schema1:givenName "Penelope" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d6cb5be055a9ee9ed4a3e1664ce3786> ;
    schema1:name "Penelope Leach" ;
    schema1:sameAs <http://viaf.org/viaf/85577413>,
        wd:Q7162574,
        <https://isni.org/isni/0000000109217423> .

