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

<http://data.bibliotheken.nl/id/thes/p31864682X> a schema1:Person ;
    rdfs:label "Morrison, Yvonne" ;
    schema1:familyName "Morrison" ;
    schema1:givenName "Yvonne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7c05c79d4b34d23c4102382af1183cd8> ;
    schema1:name "Yvonne Morrison" ;
    schema1:sameAs <http://viaf.org/viaf/292251826>,
        <https://isni.org/isni/0000000368707769> .

