@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/p203491815> a schema1:Person ;
    rdfs:label "Redmond, Diane" ;
    schema1:familyName "Redmond" ;
    schema1:givenName "Diane" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b81a0351b0a53d229269b335f7e23447> ;
    schema1:name "Diane Redmond" ;
    schema1:sameAs <http://viaf.org/viaf/29703828>,
        wd:Q5271551,
        <https://isni.org/isni/000000007364940X> .

