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

<http://data.bibliotheken.nl/id/thes/p080254772> a schema1:Person ;
    rdfs:label "Heese, Hilde" ;
    schema1:familyName "Heese" ;
    schema1:givenName "Hilde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1d27f85552f9125df36caa1c5b588596> ;
    schema1:name "Hilde Heese" ;
    schema1:sameAs <http://viaf.org/viaf/5971164357879213250009>,
        <https://isni.org/isni/0000000369050068> .

