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

<http://data.bibliotheken.nl/id/thes/p31899934X> a schema1:Person ;
    rdfs:label "Dalle Pezze, Barbara (1970-)" ;
    schema1:alternateName "Pezze, Barbara Dalle" ;
    schema1:birthDate "1970" ;
    schema1:familyName "Dalle Pezze" ;
    schema1:givenName "Barbara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2f3f16ae50439e2e5eb79b42661a2df> ;
    schema1:name "Barbara Dalle Pezze" ;
    schema1:sameAs <http://viaf.org/viaf/78840090>,
        <https://isni.org/isni/0000000109918350> .

