@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/p07312527X> a schema1:Person ;
    rdfs:label "Reed, Estelle (1904-1996)" ;
    schema1:alternateName "Debrot, Estelle",
        "Debrot-Reed, Estelle",
        "Reed-Debrot, Estelle" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1996" ;
    schema1:description "mb" ;
    schema1:familyName "Reed" ;
    schema1:givenName "Estelle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c53280cee447c07446cc96b58bbaffc9> ;
    schema1:name "Estelle Reed" ;
    schema1:sameAs <http://viaf.org/viaf/289960483>,
        wd:Q63434674,
        <https://isni.org/isni/0000000395260069> ;
    schema1:spouse "echtg. van Cola Debrot (1902-1981)" .

