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

<http://data.bibliotheken.nl/id/thes/p08143328X> a schema1:Person ;
    rdfs:label "Helmer, Henny (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:familyName "Helmer" ;
    schema1:givenName "Henny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed93c6e2252c332cf1418a5f1264dd84> ;
    schema1:name "Henny Helmer" ;
    schema1:sameAs <http://viaf.org/viaf/6584604>,
        <https://isni.org/isni/0000000042602449> .

