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

<http://data.bibliotheken.nl/id/thes/p250112000> a schema1:Person ;
    rdfs:label "Mayo, Diana" ;
    schema1:description "ill." ;
    schema1:familyName "Mayo" ;
    schema1:givenName "Diana" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/991cb0795685fc15be30c5df64b297c3> ;
    schema1:name "Diana Mayo" ;
    schema1:sameAs <http://viaf.org/viaf/51855306>,
        <https://isni.org/isni/0000000063102726> .

