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

<http://data.bibliotheken.nl/id/thes/p240408179> a schema1:Person ;
    rdfs:label "Huysmans, Maria Aleida (1974-)" ;
    schema1:alternateName "Huijsmans, M.A.",
        "Huysmans, Maaike A." ;
    schema1:birthDate "1974" ;
    schema1:familyName "Huysmans" ;
    schema1:givenName "Maria Aleida" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f6d8463def4633ef4358c21cfaf4e05b> ;
    schema1:name "Maria Aleida Huysmans" ;
    schema1:sameAs <http://viaf.org/viaf/7936165396172121520005>,
        <https://isni.org/isni/0000000393066799> .

