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

<http://data.bibliotheken.nl/id/thes/p071840427> a schema1:Person ;
    rdfs:label "Nelson, Deborah Hubbard" ;
    schema1:familyName "Nelson" ;
    schema1:givenName "Deborah Hubbard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/52c94f143b65320e4b37b57c3e3f9576> ;
    schema1:name "Deborah Hubbard Nelson" ;
    schema1:sameAs <http://viaf.org/viaf/14794891>,
        <https://isni.org/isni/0000000080935623> .

