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

<http://data.bibliotheken.nl/id/thes/p240129881> a schema1:Person ;
    rdfs:label "Baptist, Christel" ;
    schema1:familyName "Baptist" ;
    schema1:givenName "Christel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9160c77df17d323ce0a15042ad3d7653> ;
    schema1:name "Christel Baptist" ;
    schema1:sameAs <http://viaf.org/viaf/291525293>,
        <https://isni.org/isni/0000000396518666> .

