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

<http://data.bibliotheken.nl/id/thes/p421436212> a schema1:Person ;
    rdfs:label "Allen, Margaret" ;
    schema1:familyName "Allen" ;
    schema1:givenName "Margaret" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f714940c463429380a88829025b6fe39> ;
    schema1:name "Margaret Allen" .

