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

<http://data.bibliotheken.nl/id/thes/p32323934X> a schema1:Person ;
    rdfs:label "Antista, Paola" ;
    schema1:alternateName "Antista, Paolo" ;
    schema1:familyName "Antista" ;
    schema1:givenName "Paola" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f7fe8eed7e3e94beb130c72f88fb9075> ;
    schema1:name "Paola Antista" ;
    schema1:nationality "it" ;
    schema1:sameAs <http://viaf.org/viaf/279928420>,
        <https://isni.org/isni/0000000387090186> .

