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

<http://data.bibliotheken.nl/id/thes/p439037107> a schema1:Person ;
    rdfs:label "Gaesch, Clara" ;
    schema1:familyName "Gaesch" ;
    schema1:givenName "Clara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65cf35101c01ed4a2da7bd62628c2cc2> ;
    schema1:name "Clara Gaesch" ;
    schema1:nationality "be" .

