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

<http://data.bibliotheken.nl/id/thes/p252079027> a schema1:Person ;
    rdfs:label "Heijmans, Marjon" ;
    schema1:familyName "Heijmans" ;
    schema1:givenName "Marjon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/671a1d11397d0f5f8480bf9721d70158> ;
    schema1:name "Marjon Heijmans" ;
    schema1:sameAs <http://viaf.org/viaf/282252674>,
        <https://isni.org/isni/000000036902250X> .

