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

<http://data.bibliotheken.nl/id/thes/p334493145> a schema1:Person ;
    rdfs:label "Gérard, Jacqueline" ;
    schema1:familyName "Gérard" ;
    schema1:givenName "Jacqueline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f766f0a01f5fa80da36cfbfe00ed2168> ;
    schema1:name "Jacqueline Gérard" ;
    schema1:sameAs <http://viaf.org/viaf/93022699> .

