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

<http://data.bibliotheken.nl/id/thes/p122538315> a schema1:Person ;
    rdfs:label "Mees, Hermance" ;
    schema1:familyName "Mees" ;
    schema1:givenName "Hermance" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e557db4448eb869f1449fefc0bcf9e77> ;
    schema1:name "Hermance Mees" ;
    schema1:sameAs <http://viaf.org/viaf/2362206>,
        <https://isni.org/isni/0000000054357591> .

