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

<http://data.bibliotheken.nl/id/thes/p113778910> a schema1:Person ;
    rdfs:label "Evans, Cheryl" ;
    schema1:description "red., samenst." ;
    schema1:familyName "Evans" ;
    schema1:givenName "Cheryl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9687d452af593d9dafddea9e2b223219> ;
    schema1:name "Cheryl Evans" ;
    schema1:sameAs <http://viaf.org/viaf/65614505>,
        <https://isni.org/isni/0000000063059238> .

