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

<http://data.bibliotheken.nl/id/thes/p074246089> a schema1:Person ;
    rdfs:label "Mitchell, Sophie" ;
    schema1:description "o.a. hoofdred." ;
    schema1:familyName "Mitchell" ;
    schema1:givenName "Sophie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0c06739471053503b82f49b9b3e65457> ;
    schema1:name "Sophie Mitchell" ;
    schema1:sameAs <http://viaf.org/viaf/289414518>,
        <https://isni.org/isni/0000000394842438> .

