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

<http://data.bibliotheken.nl/id/thes/p072705213> a schema1:Person ;
    rdfs:label "Gwynn, Kate" ;
    schema1:familyName "Gwynn" ;
    schema1:givenName "Kate" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d2591eb078b22f6f21b18c458e3d4960> ;
    schema1:name "Kate Gwynn" ;
    schema1:sameAs <http://viaf.org/viaf/49277159>,
        <https://isni.org/isni/0000000081274871> .

