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

<http://data.bibliotheken.nl/id/thes/p271434147> a schema1:Person ;
    rdfs:label "Pronk, Maaike" ;
    schema1:familyName "Pronk" ;
    schema1:givenName "Maaike" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b320d084e96e08feb5ae555438eeb7c9> ;
    schema1:name "Maaike Pronk" ;
    schema1:sameAs <http://viaf.org/viaf/291914108>,
        <https://isni.org/isni/0000000396888552> .

