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

<http://data.bibliotheken.nl/id/thes/p071964185> a schema1:Person ;
    rdfs:label "Schuppert, Hetty" ;
    schema1:familyName "Schuppert" ;
    schema1:givenName "Hetty" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bd3ef44c9f6bcd37b62a60d7438d1b08> ;
    schema1:name "Hetty Schuppert" ;
    schema1:sameAs <http://viaf.org/viaf/286046986>,
        <https://isni.org/isni/0000000392094317> .

