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

<http://data.bibliotheken.nl/id/thes/p07203338X> a schema1:Person ;
    rdfs:label "Petit, Carla" ;
    schema1:familyName "Petit" ;
    schema1:givenName "Carla" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/93d022d2118db1196b17e0f1801db61d> ;
    schema1:name "Carla Petit" ;
    schema1:sameAs <http://viaf.org/viaf/246077289>,
        <https://isni.org/isni/000000039478109X> .

