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

<http://data.bibliotheken.nl/id/thes/p108603490> a schema1:Person ;
    rdfs:label "Gerard, Cindy" ;
    schema1:description "damesromans" ;
    schema1:familyName "Gerard" ;
    schema1:givenName "Cindy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/46c8b77b3480d31886944e95defad752> ;
    schema1:name "Cindy Gerard" ;
    schema1:sameAs <http://viaf.org/viaf/90782251>,
        wd:Q5120534,
        <https://isni.org/isni/0000000116844580> .

