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

<http://data.bibliotheken.nl/id/thes/p06999210X> a schema1:Person ;
    rdfs:label "Kurian, Rachel" ;
    schema1:familyName "Kurian" ;
    schema1:givenName "Rachel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e448d000f324a8ccd405b5aa0ba193c8> ;
    schema1:name "Rachel Kurian" ;
    schema1:sameAs <http://viaf.org/viaf/52982387>,
        <https://isni.org/isni/0000000116434776> .

