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

<http://data.bibliotheken.nl/id/thes/p405333552> a schema1:Person ;
    rdfs:label "Garcia, Louise" ;
    schema1:familyName "Garcia" ;
    schema1:givenName "Louise" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e05807bd911374b106a75845ac4ea20> ;
    schema1:name "Louise Garcia" ;
    schema1:sameAs <http://viaf.org/viaf/98146574008738102748>,
        <https://isni.org/isni/0000000459079729> .

