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

<http://data.bibliotheken.nl/id/thes/p084772271> a schema1:Person ;
    rdfs:label "Gibbings, Sarah" ;
    schema1:familyName "Gibbings" ;
    schema1:givenName "Sarah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/647f8265afdce08312d8ee090e806f47> ;
    schema1:name "Sarah Gibbings" ;
    schema1:sameAs <http://viaf.org/viaf/292023374>,
        <https://isni.org/isni/0000000396964586> .

