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

<http://data.bibliotheken.nl/id/thes/p298809753> a schema1:Person ;
    rdfs:label "Pauw, Iris (1972-)" ;
    schema1:alternateName "Pauw, Iris" ;
    schema1:birthDate "1972" ;
    schema1:familyName "Pauw" ;
    schema1:givenName "Iris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/597ef7f04cd9a6133e029869e323d05f> ;
    schema1:name "Iris Pauw" ;
    schema1:sameAs <https://isni.org/isni/000000039190228X> .

