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

<http://data.bibliotheken.nl/id/thes/p073904279> a schema1:Person ;
    rdfs:label "Schäl, Hannelore" ;
    schema1:familyName "Schäl" ;
    schema1:givenName "Hannelore" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3b9f53b0c2e82369e6f0a172256c713d> ;
    schema1:name "Hannelore Schäl" ;
    schema1:sameAs <http://viaf.org/viaf/54166454>,
        <https://isni.org/isni/0000000038806908> .

