@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/p212376497> a schema1:Person ;
    rdfs:label "Daly, Barbara (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:familyName "Daly" ;
    schema1:givenName "Barbara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/56b58dcd71afef29463f0871484ce4bc> ;
    schema1:name "Barbara Daly" ;
    schema1:sameAs <http://viaf.org/viaf/37098658>,
        wd:Q4858847,
        <https://isni.org/isni/0000000115671892> .

