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

<http://data.bibliotheken.nl/id/thes/p459507524> a schema1:Person ;
    rdfs:label "Beijl, Anne" ;
    schema1:familyName "Beijl" ;
    schema1:givenName "Anne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/737ac5dfb1b739dfe6a5d7cb3488aa55> ;
    schema1:name "Anne Beijl" ;
    schema1:sameAs <https://isni.org/isni/0000000529912756> .

