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

<http://data.bibliotheken.nl/id/thes/p073383473> a schema1:Person ;
    rdfs:label "Willing, Beatrice Johanna Maria (1903-1965)" ;
    schema1:birthDate "1903" ;
    schema1:deathDate "1965" ;
    schema1:familyName "Willing" ;
    schema1:givenName "Beatrice Johanna Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2524ba2300182163d8710edbfc7b873> ;
    schema1:name "Beatrice Johanna Maria Willing" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/287530070>,
        <https://isni.org/isni/0000000393276067> .

