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

<http://data.bibliotheken.nl/id/thes/p270329609> a schema1:Person ;
    rdfs:label "Napthali, Sarah (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Napthali" ;
    schema1:givenName "Sarah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb53f761be1072c9910c2cf702e1658e> ;
    schema1:name "Sarah Napthali" ;
    schema1:sameAs <http://viaf.org/viaf/88099698>,
        <https://isni.org/isni/0000000109968374> .

