@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/p072123176> a schema1:Person ;
    rdfs:label "Perkins, Polly" ;
    schema1:familyName "Perkins" ;
    schema1:givenName "Polly" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/37ce73fcb3a268932ab1af8c7bb3c2eb> ;
    schema1:name "Polly Perkins" ;
    schema1:sameAs <http://viaf.org/viaf/58855020>,
        wd:Q7225819,
        <https://isni.org/isni/0000000047013352> .

