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

<http://data.bibliotheken.nl/id/thes/p353977004> a schema1:Person ;
    rdfs:label "Piek, Ellen (1983-)" ;
    schema1:alternateName "Brand-Piek, E.",
        "Piek, E." ;
    schema1:birthDate "1983" ;
    schema1:familyName "Piek" ;
    schema1:givenName "Ellen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d5ccda7d82688cdad5ea6478d41800f> ;
    schema1:name "Ellen Piek" ;
    schema1:sameAs <http://viaf.org/viaf/305801437> .

