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

<http://data.bibliotheken.nl/id/thes/p152109935> a schema1:Person ;
    rdfs:label "Talma, Loes" ;
    schema1:familyName "Talma" ;
    schema1:givenName "Loes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e4c0cf73827a6f717f905f7b80ca03b> ;
    schema1:name "Loes Talma" ;
    schema1:sameAs <http://viaf.org/viaf/286617015>,
        <https://isni.org/isni/0000000368891105> .

