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

<http://data.bibliotheken.nl/id/thes/p39373482X> a schema1:Person ;
    rdfs:label "Gilmore, Jessica" ;
    schema1:description "damesromans" ;
    schema1:familyName "Gilmore" ;
    schema1:givenName "Jessica" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ee120491022257fc57ac75bf848c14a8> ;
    schema1:name "Jessica Gilmore" ;
    schema1:sameAs <http://viaf.org/viaf/5014145857186722922751>,
        <https://isni.org/isni/0000000452591316> .

