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

<http://data.bibliotheken.nl/id/thes/p40509339X> a schema1:Person ;
    rdfs:label "Lai, Fabio (1976-)" ;
    schema1:birthDate "1976" ;
    schema1:description "geboren in 1976 te Florence" ;
    schema1:familyName "Lai" ;
    schema1:givenName "Fabio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b1cf1b6fac09d5105eeae970b48947c6> ;
    schema1:name "Fabio Lai" ;
    schema1:nationality "it" ;
    schema1:sameAs <http://viaf.org/viaf/37192686>,
        <https://isni.org/isni/0000000003367343> .

