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

<http://data.bibliotheken.nl/id/thes/p188195009> a schema1:Person ;
    rdfs:label "Bonanno, Paul" ;
    schema1:familyName "Bonanno" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a018000cc23d691d1bae5732c70eb833> ;
    schema1:name "Paul Bonanno" ;
    schema1:sameAs <https://isni.org/isni/0000000394857277> .

