@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/p089482964> a schema1:Person ;
    rdfs:label "Heywood, Rosalind" ;
    schema1:familyName "Heywood" ;
    schema1:givenName "Rosalind" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3020911bd3a52cc65d513a661c55ce77> ;
    schema1:name "Rosalind Heywood" ;
    schema1:sameAs <http://viaf.org/viaf/234903327>,
        wd:Q17421748,
        <https://isni.org/isni/0000000364265625> .

