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

<http://data.bibliotheken.nl/id/thes/p207211825> a schema1:Person ;
    rdfs:label "Overduin, Carla" ;
    schema1:familyName "Overduin" ;
    schema1:givenName "Carla" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a2385cd3242e3f306254ef4a8f4302e> ;
    schema1:name "Carla Overduin" ;
    schema1:sameAs <http://viaf.org/viaf/287318987>,
        <https://isni.org/isni/000000036880215X> .

