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

<http://data.bibliotheken.nl/id/thes/p322993601> a schema1:Person ;
    rdfs:label "Nouwens, Suzan (1982-)" ;
    schema1:alternateName "Nouwens, S." ;
    schema1:birthDate "1982" ;
    schema1:description "Mulier Instituut" ;
    schema1:familyName "Nouwens" ;
    schema1:givenName "Suzan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a146070a6301534704a64e71c9ed01ae> ;
    schema1:name "Suzan Nouwens" ;
    schema1:sameAs <https://isni.org/isni/000000039115084X> .

