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

<http://data.bibliotheken.nl/id/thes/p374326827> a schema1:Person ;
    rdfs:label "Gaye, Carol" ;
    schema1:description "pseud. van: Renée Shann" ;
    schema1:familyName "Gaye" ;
    schema1:givenName "Carol" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d37b5d479475c7478da1c5a6d0033688> ;
    schema1:name "Carol Gaye" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p070884757>,
        <http://viaf.org/viaf/309896000> .

