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

<http://data.bibliotheken.nl/id/thes/p143474723> a schema1:Person ;
    rdfs:label "Sullivan, Nancy" ;
    schema1:familyName "Sullivan" ;
    schema1:givenName "Nancy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9c61514a8fe14f9e559d7c449d8e449c> ;
    schema1:name "Nancy Sullivan" ;
    schema1:sameAs <http://viaf.org/viaf/163466702>,
        <https://isni.org/isni/0000000117138143> .

