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

<http://data.bibliotheken.nl/id/thes/p250164973> a schema1:Person ;
    rdfs:label "Timmermans, Yvonne" ;
    schema1:familyName "Timmermans" ;
    schema1:givenName "Yvonne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f30e84ce1812ee388684fed79a003a0a> ;
    schema1:name "Yvonne Timmermans" ;
    schema1:sameAs <http://viaf.org/viaf/288219656>,
        <https://isni.org/isni/0000000393818022> .

