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

<http://data.bibliotheken.nl/id/thes/p071076557> a schema1:Person ;
    rdfs:label "Wijdeveld, Henriette" ;
    schema1:familyName "Wijdeveld" ;
    schema1:givenName "Henriette" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/32e2f867efb3059eb410b0b75eb58db4> ;
    schema1:name "Henriette Wijdeveld" ;
    schema1:sameAs <http://viaf.org/viaf/284908898>,
        <https://isni.org/isni/0000000391176759> .

