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

<http://data.bibliotheken.nl/id/thes/p40163017X> a schema1:Person ;
    rdfs:label "Zeijlstra, Martine" ;
    schema1:familyName "Zeijlstra" ;
    schema1:givenName "Martine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4dad1cfcfb2e7ad7be10f0640536c6b5> ;
    schema1:name "Martine Zeijlstra" ;
    schema1:sameAs <http://viaf.org/viaf/322147266834535482064> .

