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

<http://data.bibliotheken.nl/id/thes/p327970553> a schema1:Person ;
    rdfs:label "Graaf, Iris van de" ;
    schema1:familyName "van de Graaf" ;
    schema1:givenName "Iris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/286797eddfde3f242cf8172d05210b3b> ;
    schema1:name "Iris van de Graaf" ;
    schema1:sameAs <http://viaf.org/viaf/281260538>,
        <https://isni.org/isni/0000000368740585> .

