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

<http://data.bibliotheken.nl/id/thes/p408608153> a schema1:Person ;
    rdfs:label "Quattrocchi, Giuseppe" ;
    schema1:alternateName "Quattrocchi, ..." ;
    schema1:familyName "Quattrocchi" ;
    schema1:givenName "Giuseppe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8d7d388cd9ba7f702b8d6049e81f222> ;
    schema1:name "Giuseppe Quattrocchi" ;
    schema1:sameAs <http://viaf.org/viaf/78809652>,
        <https://isni.org/isni/0000000055056352> .

