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

<http://data.bibliotheken.nl/id/thes/p275091872> a schema1:Person ;
    rdfs:label "Wittenbols, Marja" ;
    schema1:familyName "Wittenbols" ;
    schema1:givenName "Marja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ee5b2f22a0901e260dd906cbe1ab100> ;
    schema1:name "Marja Wittenbols" ;
    schema1:sameAs <http://viaf.org/viaf/291653571>,
        <https://isni.org/isni/0000000396654262> .

