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

<http://data.bibliotheken.nl/id/thes/p33206428X> a schema1:Person ;
    rdfs:label "Wehres, Nadine (1979-)" ;
    schema1:alternateName "Wehres, N." ;
    schema1:birthDate "1979" ;
    schema1:familyName "Wehres" ;
    schema1:givenName "Nadine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5c26eef1ff53a84f54274f80f19f406f> ;
    schema1:name "Nadine Wehres" ;
    schema1:sameAs <http://viaf.org/viaf/291457228>,
        <https://isni.org/isni/0000000396543917> .

