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

<http://data.bibliotheken.nl/id/thes/p370591763> a schema1:Person ;
    rdfs:label "Dragoni, Matteo" ;
    schema1:description "University of Pavia, Italy" ;
    schema1:familyName "Dragoni" ;
    schema1:givenName "Matteo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3b28473bf32f9a8ec3177761941fc05d> ;
    schema1:name "Matteo Dragoni" ;
    schema1:sameAs <http://viaf.org/viaf/309882476> .

