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

<http://data.bibliotheken.nl/id/thes/p168643014> a schema1:Person ;
    rdfs:label "Geertsma, Nynke" ;
    schema1:familyName "Geertsma" ;
    schema1:givenName "Nynke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7171a6265720904e5a672745dca3f869> ;
    schema1:name "Nynke Geertsma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/284273604>,
        <https://isni.org/isni/0000000390584160> .

