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

<http://data.bibliotheken.nl/id/thes/p395992559> a schema1:Person ;
    rdfs:label "Wigley, Tara" ;
    schema1:familyName "Wigley" ;
    schema1:givenName "Tara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/177574f35b9aae67bd15f845b5661c09> ;
    schema1:name "Tara Wigley" ;
    schema1:sameAs <http://viaf.org/viaf/884144647708647014342>,
        <https://isni.org/isni/0000000458522936> .

