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

<http://data.bibliotheken.nl/id/thes/p371314666> a schema1:Person ;
    rdfs:label "Gerritsen, Tanja" ;
    schema1:familyName "Gerritsen" ;
    schema1:givenName "Tanja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ef0f3b6b06322e0cd4d6dac70bfbef58> ;
    schema1:name "Tanja Gerritsen" ;
    schema1:sameAs <http://viaf.org/viaf/309887898> .

