@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/p070140375> a schema1:Person ;
    rdfs:label "Visco, Ignazio" ;
    schema1:familyName "Visco" ;
    schema1:givenName "Ignazio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b6cb149f31b2873559fa9c385d9b5e5> ;
    schema1:name "Ignazio Visco" ;
    schema1:sameAs <http://viaf.org/viaf/61611666>,
        wd:Q984461,
        <https://isni.org/isni/0000000081406504> .

