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

<http://data.bibliotheken.nl/id/thes/p073213659> a schema1:Person ;
    rdfs:label "Berkers, Magdalena" ;
    schema1:description "franciscanes",
        "lerares Nederlands te Nijmegen" ;
    schema1:familyName "Berkers" ;
    schema1:givenName "Magdalena" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2bd37692b0ded2c8ebd4251fe96dda06> ;
    schema1:name "Magdalena Berkers" ;
    schema1:sameAs <http://viaf.org/viaf/291082779>,
        <https://isni.org/isni/0000000396213459> .

