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

<http://data.bibliotheken.nl/id/thes/p09985435X> a schema1:Person ;
    rdfs:label "Willems, Nel" ;
    schema1:description "vert." ;
    schema1:familyName "Willems" ;
    schema1:givenName "Nel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8ea225b810bb6b62d98d6399c4fdb893> ;
    schema1:name "Nel Willems" ;
    schema1:sameAs <http://viaf.org/viaf/290098799>,
        <https://isni.org/isni/0000000395418364> .

