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

<http://data.bibliotheken.nl/id/thes/p074065068> a schema1:Person ;
    rdfs:label "Bristow, Gwen (1903-1980)" ;
    schema1:birthDate "1903" ;
    schema1:deathDate "1980" ;
    schema1:familyName "Bristow" ;
    schema1:givenName "Gwen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a62dbbd5b27dfdf10898b43eb12ece0d> ;
    schema1:name "Gwen Bristow" ;
    schema1:sameAs <http://viaf.org/viaf/64742242>,
        wd:Q447244,
        <https://isni.org/isni/000000008181409X> .

