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

<http://data.bibliotheken.nl/id/thes/p130704466> a schema1:Person ;
    rdfs:label "Pesce, Gennaro" ;
    schema1:familyName "Pesce" ;
    schema1:givenName "Gennaro" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/45c009a14f2b2454199ee11107d4d262> ;
    schema1:name "Gennaro Pesce" ;
    schema1:sameAs <http://viaf.org/viaf/79405538>,
        wd:Q15432772,
        <https://isni.org/isni/000000006126246X> .

