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

<http://data.bibliotheken.nl/id/thes/p315806842> a schema1:Person ;
    rdfs:label "Maurits, Erica Elisabeth Maria (1983-)" ;
    schema1:alternateName "Maurits, Erica" ;
    schema1:birthDate "1983" ;
    schema1:familyName "Maurits" ;
    schema1:givenName "Erica Elisabeth Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e911bf209b215cd8129b033c5e503a87> ;
    schema1:name "Erica Elisabeth Maria Maurits" ;
    schema1:sameAs <http://viaf.org/viaf/284683391>,
        <https://isni.org/isni/0000000390947507> .

