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

<http://data.bibliotheken.nl/id/thes/p229815421> a schema1:Person ;
    rdfs:label "Francis, Pauline" ;
    schema1:description "bewerker/herverteller romans" ;
    schema1:familyName "Francis" ;
    schema1:givenName "Pauline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/04a0e19f2ce567da639052b848d1bb69> ;
    schema1:name "Pauline Francis" ;
    schema1:sameAs <https://isni.org/isni/0000000043646048> .

