@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/p068754833> a schema1:Person ;
    rdfs:label "Holt, Claire (1901-1970)" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1970" ;
    schema1:familyName "Holt" ;
    schema1:givenName "Claire" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0dfc7eb08ef5c997e0dab23cf9542746> ;
    schema1:name "Claire Holt" ;
    schema1:sameAs <http://viaf.org/viaf/14914416>,
        wd:Q23022033,
        <https://isni.org/isni/0000000080942479> .

