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

<http://data.bibliotheken.nl/id/thes/p330083988> a schema1:Person ;
    rdfs:label "Malet, Victoire" ;
    schema1:familyName "Malet" ;
    schema1:givenName "Victoire" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b44979d27644e024d12cf36f821842f> ;
    schema1:name "Victoire Malet" ;
    schema1:sameAs <http://viaf.org/viaf/56887444>,
        <https://isni.org/isni/0000000002255964> .

