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

<http://data.bibliotheken.nl/id/thes/p197107605> a schema1:Person ;
    rdfs:label "Boyle, Trish" ;
    schema1:familyName "Boyle" ;
    schema1:givenName "Trish" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/598de32ebf3b4092d12e8056aba0cec4> ;
    schema1:name "Trish Boyle" ;
    schema1:sameAs <http://viaf.org/viaf/43801103>,
        <https://isni.org/isni/0000000038430648> .

