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

<http://data.bibliotheken.nl/id/thes/p085007471> a schema1:Person ;
    rdfs:label "Graaff, Simone de" ;
    schema1:familyName "de Graaff" ;
    schema1:givenName "Simone" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a1372571e1570bf96aa8529519a42e3> ;
    schema1:name "Simone de Graaff" ;
    schema1:sameAs <http://viaf.org/viaf/281302609> .

