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

<http://data.bibliotheken.nl/id/thes/p318970546> a schema1:Person ;
    rdfs:label "Eijk, Nel" ;
    schema1:familyName "Eijk" ;
    schema1:givenName "Nel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/173ad934bec60853b1732b33047c1e5c> ;
    schema1:name "Nel Eijk" ;
    schema1:sameAs <http://viaf.org/viaf/290231564>,
        <https://isni.org/isni/0000000395514233> .

