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

<http://data.bibliotheken.nl/id/thes/p183246012> a schema1:Person ;
    rdfs:label "Heywood, Rosie" ;
    schema1:familyName "Heywood" ;
    schema1:givenName "Rosie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/41bb5b70dffa4d13776bd5686091bd13> ;
    schema1:name "Rosie Heywood" ;
    schema1:sameAs <http://viaf.org/viaf/58572228>,
        <https://isni.org/isni/0000000071509825> .

