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

<http://data.bibliotheken.nl/id/thes/p087697157> a schema1:Person ;
    rdfs:label "Hoggett, Sarah" ;
    schema1:familyName "Hoggett" ;
    schema1:givenName "Sarah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f32e26d9b16a1c3dfaea7095b7de38b2> ;
    schema1:name "Sarah Hoggett" ;
    schema1:sameAs <http://viaf.org/viaf/311396609>,
        <https://isni.org/isni/0000000388957036> .

