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

<http://data.bibliotheken.nl/id/thes/p330064525> a schema1:Person ;
    rdfs:label "Scott, Vivian" ;
    schema1:familyName "Scott" ;
    schema1:givenName "Vivian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3754b4c78a597450c5c63c4c8ce5d987> ;
    schema1:name "Vivian Scott" ;
    schema1:sameAs <http://viaf.org/viaf/284387061>,
        <https://isni.org/isni/0000000368745941> .

