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

<http://data.bibliotheken.nl/id/thes/p075080192> a schema1:Person ;
    rdfs:label "Rizzo, Ilde" ;
    schema1:familyName "Rizzo" ;
    schema1:givenName "Ilde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a7ef89e5e4afe00ed6c88626ec897af4> ;
    schema1:name "Ilde Rizzo" ;
    schema1:sameAs <http://viaf.org/viaf/69045474>,
        <https://isni.org/isni/000000011474341X> .

