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

<http://data.bibliotheken.nl/id/thes/p344455696> a schema1:Person ;
    rdfs:label "Abraham, Eva" ;
    schema1:familyName "Abraham" ;
    schema1:givenName "Eva" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8247f3bed0d4e668df73fa5209bd87a> ;
    schema1:name "Eva Abraham" ;
    schema1:sameAs <http://viaf.org/viaf/291398399> .

