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

<http://data.bibliotheken.nl/id/thes/p140114424> a schema1:Person ;
    rdfs:label "Sloore, Hedwig" ;
    schema1:description "Uit voorwoord B0129162: \"... Hedwig Sloore en zijn medewerkster Greet Hellenbosch ...\"" ;
    schema1:familyName "Sloore" ;
    schema1:givenName "Hedwig" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9b756362944d1ceb9c076d37d6b36e1> ;
    schema1:name "Hedwig Sloore" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/291553650>,
        <https://isni.org/isni/0000000396617373> .

