@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/p09510240X> a schema1:Person ;
    rdfs:label "Greeff, Rachelle (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Greeff" ;
    schema1:givenName "Rachelle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1a86c9f00d51c308b87c63df0893ff22> ;
    schema1:name "Rachelle Greeff" ;
    schema1:sameAs <http://viaf.org/viaf/22453930>,
        wd:Q25613326 .

