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

<http://data.bibliotheken.nl/id/thes/p18875783X> a schema1:Person ;
    rdfs:label "Hornung, Helga" ;
    schema1:familyName "Hornung" ;
    schema1:givenName "Helga" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c964a75337e667313a1b6c96ac98d06> ;
    schema1:name "Helga Hornung" ;
    schema1:sameAs <http://viaf.org/viaf/23270305>,
        <https://isni.org/isni/0000000037776241> .

