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

<http://data.bibliotheken.nl/id/thes/p270247750> a schema1:Person ;
    rdfs:label "Righthand, Sue" ;
    schema1:familyName "Righthand" ;
    schema1:givenName "Sue" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4eb967a49393643d95500876e380555c> ;
    schema1:name "Sue Righthand" ;
    schema1:sameAs <http://viaf.org/viaf/9021714>,
        <https://isni.org/isni/000000003247827X> .

