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

<http://data.bibliotheken.nl/id/thes/p460258141> a schema1:Person ;
    rdfs:label "Broy, Lisa" ;
    schema1:familyName "Broy" ;
    schema1:givenName "Lisa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8101ff2e9b35f208408f94feec213714> ;
    schema1:name "Lisa Broy" ;
    schema1:sameAs <https://isni.org/isni/000000053021949X> .

