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

<http://data.bibliotheken.nl/id/thes/p314972099> a schema1:Person ;
    rdfs:label "Wall, Elissa" ;
    schema1:familyName "Wall" ;
    schema1:givenName "Elissa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4c193d692d5146854a0fe91fc0b73d5e> ;
    schema1:name "Elissa Wall" ;
    schema1:sameAs <http://viaf.org/viaf/78590547>,
        wd:Q47116405,
        <https://isni.org/isni/0000000047681449> .

