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

<http://data.bibliotheken.nl/id/thes/p240905016> a schema1:Person ;
    rdfs:label "Reese, Lynda M." ;
    schema1:familyName "Reese" ;
    schema1:givenName "Lynda M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/213ca10f941951c461e4be729542679a> ;
    schema1:name "Lynda M. Reese" ;
    schema1:sameAs <http://viaf.org/viaf/291049796>,
        <https://isni.org/isni/0000000396249267> .

