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

<http://data.bibliotheken.nl/id/thes/p113778813> a schema1:Person ;
    rdfs:label "Childs, Caro" ;
    schema1:familyName "Childs" ;
    schema1:givenName "Caro" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b5521fc27ce1e79cbfb1cbe358b4857> ;
    schema1:name "Caro Childs" ;
    schema1:sameAs <http://viaf.org/viaf/29154091>,
        <https://isni.org/isni/0000000046025466> .

