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

<http://data.bibliotheken.nl/id/thes/p456701419> a schema1:Person ;
    rdfs:label "Hettema, Sarah" ;
    schema1:familyName "Hettema" ;
    schema1:givenName "Sarah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/74fb3ac9c6ac04bf0bf21f6e5e16a1ff> ;
    schema1:name "Sarah Hettema" .

