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

<http://data.bibliotheken.nl/id/thes/p37130721X> a schema1:Person ;
    rdfs:label "Smits, Iris Anna Marije (1985-)" ;
    schema1:birthDate "1985" ;
    schema1:description "bij proefschrift op titelpagina: .. geboren op 17 april 1985 te Amsterdam" ;
    schema1:familyName "Smits" ;
    schema1:givenName "Iris Anna Marije" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3d44ad22b02abd4ffdadbb1584388948> ;
    schema1:name "Iris Anna Marije Smits" ;
    schema1:sameAs <http://viaf.org/viaf/309887788> .

