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

<http://data.bibliotheken.nl/id/thes/p07111355X> a schema1:Person ;
    rdfs:label "Haring, Lucie" ;
    schema1:familyName "Haring" ;
    schema1:givenName "Lucie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1d05852e0039d703c51a9d8ceba49547> ;
    schema1:name "Lucie Haring" ;
    schema1:sameAs <http://viaf.org/viaf/3885164357925113250007>,
        <https://isni.org/isni/0000000396761391> .

