@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/p307813428> a schema1:Person ;
    rdfs:label "Bono, Fabio (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Bono" ;
    schema1:givenName "Fabio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c7da4fb6ec4b9b42c3edb0f4247d19e0> ;
    schema1:name "Fabio Bono" ;
    schema1:sameAs <http://viaf.org/viaf/103226948>,
        wd:Q16555023,
        <https://isni.org/isni/0000000073319961> .

