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

<http://data.bibliotheken.nl/id/thes/p397134886> a schema1:Person ;
    rdfs:label "Bueno, Irene" ;
    schema1:familyName "Bueno" ;
    schema1:givenName "Irene" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/08571004780060ef1aebc973e2f841e9> ;
    schema1:name "Irene Bueno" ;
    schema1:nationality "it" ;
    schema1:sameAs <http://viaf.org/viaf/316789273>,
        <https://isni.org/isni/0000000451199152> .

