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

<http://data.bibliotheken.nl/id/thes/p43833471X> a schema1:Person ;
    rdfs:label "St. Clair, Roxanne" ;
    schema1:description "damesromans" ;
    schema1:familyName "St. Clair" ;
    schema1:givenName "Roxanne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/304e1c0240ef481c3214beb769ab9614> ;
    schema1:name "Roxanne St. Clair" .

