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

<http://data.bibliotheken.nl/id/thes/p434385360> a schema1:Person ;
    rdfs:label "Felix, Rachel" ;
    schema1:description "redactie" ;
    schema1:familyName "Felix" ;
    schema1:givenName "Rachel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2ea0505bdccedc666979f9afd11e54d> ;
    schema1:name "Rachel Felix" ;
    schema1:sameAs <http://viaf.org/viaf/517163877647246060001> .

