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

<http://data.bibliotheken.nl/id/thes/p07236422X> a schema1:Person ;
    rdfs:label "Hoover, Helen" ;
    schema1:familyName "Hoover" ;
    schema1:givenName "Helen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/db9306c1dcbc3ca507a7af5fd46147ed> ;
    schema1:name "Helen Hoover" ;
    schema1:sameAs <http://viaf.org/viaf/288331821>,
        <https://isni.org/isni/0000000393917127> .

