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

<http://data.bibliotheken.nl/id/thes/p372630871> a schema1:Person ;
    rdfs:label "Enst, Wynanda Inez van (1984-)" ;
    schema1:alternateName "Enst, W.I. van",
        "Enst, Wanda van" ;
    schema1:birthDate "1984" ;
    schema1:familyName "van Enst" ;
    schema1:givenName "Wynanda Inez" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e540cf443def9b64d82a539166bae63a> ;
    schema1:name "Wynanda Inez van Enst" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/309893236> .

