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

<http://data.bibliotheken.nl/id/thes/p240655532> a schema1:Person ;
    rdfs:label "King, Sarah" ;
    schema1:familyName "King" ;
    schema1:givenName "Sarah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b04c453126c79a17744ed29e67a9a69> ;
    schema1:name "Sarah King" ;
    schema1:sameAs <http://viaf.org/viaf/285849361>,
        <https://isni.org/isni/0000000391966697> .

