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

<http://data.bibliotheken.nl/id/thes/p074172727> a schema1:Person ;
    rdfs:label "Gordon, Deborah" ;
    schema1:familyName "Gordon" ;
    schema1:givenName "Deborah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9500f694ec017ebb01ce97fea80cff6> ;
    schema1:name "Deborah Gordon" ;
    schema1:sameAs <http://viaf.org/viaf/55837823>,
        <https://isni.org/isni/0000000108004602> .

