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

<http://data.bibliotheken.nl/id/thes/p107895609> a schema1:Person ;
    rdfs:label "Reynaud, Odile" ;
    schema1:familyName "Reynaud" ;
    schema1:givenName "Odile" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6077b3707122d7e1059403b39bd5029e> ;
    schema1:name "Odile Reynaud" ;
    schema1:sameAs <http://viaf.org/viaf/51695041>,
        <https://isni.org/isni/0000000066417029> .

