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

<http://data.bibliotheken.nl/id/thes/p14221079X> a schema1:Person ;
    rdfs:label "Roy, Sally" ;
    schema1:familyName "Roy" ;
    schema1:givenName "Sally" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/affccb57dc37535fcc9767f46a5638bb> ;
    schema1:name "Sally Roy" ;
    schema1:sameAs <http://viaf.org/viaf/102046242>,
        <https://isni.org/isni/0000000071974380> .

