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

<http://data.bibliotheken.nl/id/thes/p327256583> a schema1:Person ;
    rdfs:label "Carr, Susanna" ;
    schema1:description "damesromans" ;
    schema1:familyName "Carr" ;
    schema1:givenName "Susanna" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fad6193778e10cd01d9646163e0dc64> ;
    schema1:name "Susanna Carr" ;
    schema1:sameAs <http://viaf.org/viaf/284091384>,
        <https://isni.org/isni/0000000390483845> .

