@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/p074686232> a schema1:Person ;
    rdfs:label "Rice, Keren D. (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Rice" ;
    schema1:givenName "Keren D." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/977ee283ea83a2aacc0b879486a077c6> ;
    schema1:name "Keren D. Rice" ;
    schema1:sameAs <http://viaf.org/viaf/110591774>,
        wd:Q19668062,
        <https://isni.org/isni/0000000109347842> .

