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

<http://data.bibliotheken.nl/id/thes/p453618960> a schema1:Person ;
    rdfs:label "Van Haegenborgh, Elisabeth" ;
    schema1:familyName "Van Haegenborgh" ;
    schema1:givenName "Elisabeth" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0db66418a15dc3a5bda36eff540c91fc> ;
    schema1:name "Elisabeth Van Haegenborgh" .

