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

<http://data.bibliotheken.nl/id/thes/p20446031X> a schema1:Person ;
    rdfs:label "Reynolds, Helen" ;
    schema1:familyName "Reynolds" ;
    schema1:givenName "Helen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5d5b11837769f6e6a1d956c19b2df48e> ;
    schema1:name "Helen Reynolds" ;
    schema1:sameAs <http://viaf.org/viaf/288582345>,
        <https://isni.org/isni/0000000394167321> .

