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

<http://data.bibliotheken.nl/id/thes/p306126303> a schema1:Person ;
    rdfs:label "Mitchell, Vanessa" ;
    schema1:familyName "Mitchell" ;
    schema1:givenName "Vanessa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0123f030d313c9ea52a491006fffffe9> ;
    schema1:name "Vanessa Mitchell" ;
    schema1:sameAs <http://viaf.org/viaf/288800297> .

