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

<http://data.bibliotheken.nl/id/thes/p33106247X> a schema1:Person ;
    rdfs:label "Boonstra, Gerta" ;
    schema1:familyName "Boonstra" ;
    schema1:givenName "Gerta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26a5e00fefa65c3a8fb03d2d2db110de> ;
    schema1:name "Gerta Boonstra" ;
    schema1:sameAs <http://viaf.org/viaf/289137221>,
        <https://isni.org/isni/0000000394582031> .

