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

<http://data.bibliotheken.nl/id/thes/p337164398> a schema1:Person ;
    rdfs:label "Rosati, Fiora (1981-)" ;
    schema1:alternateName "Rosati, F." ;
    schema1:birthDate "1981" ;
    schema1:familyName "Rosati" ;
    schema1:givenName "Fiora" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/03a6c4f25aba7aad508f25acac2e3147> ;
    schema1:name "Fiora Rosati" ;
    schema1:sameAs <http://viaf.org/viaf/290557995>,
        <https://isni.org/isni/000000039579903X> .

