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

<http://data.bibliotheken.nl/id/thes/p069610320> a schema1:Person ;
    rdfs:label "Brey, Henriette (1875-1953)" ;
    schema1:birthDate "1875" ;
    schema1:deathDate "1953" ;
    schema1:familyName "Brey" ;
    schema1:givenName "Henriette" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cf545d0245d4a397e4617890251fa525> ;
    schema1:name "Henriette Brey" ;
    schema1:sameAs <http://viaf.org/viaf/22945984>,
        wd:Q1606145,
        <https://isni.org/isni/0000000078189959> .

