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

<http://data.bibliotheken.nl/id/thes/p16845209X> a schema1:Person ;
    rdfs:label "Graves, Michelle" ;
    schema1:familyName "Graves" ;
    schema1:givenName "Michelle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b8c5d5697f5b4b4b9a7d6f83bfd42d7a> ;
    schema1:name "Michelle Graves" ;
    schema1:sameAs <http://viaf.org/viaf/289783173>,
        <https://isni.org/isni/0000000368932464> .

