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

<http://data.bibliotheken.nl/id/thes/p267641788> a schema1:Person ;
    rdfs:label "Ford, Sarah" ;
    schema1:familyName "Ford" ;
    schema1:givenName "Sarah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ce9e2e354926b7b0e509d797874e782> ;
    schema1:name "Sarah Ford" ;
    schema1:sameAs <http://viaf.org/viaf/40323033>,
        <https://isni.org/isni/0000000019041102> .

