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

<http://data.bibliotheken.nl/id/thes/p073440744> a schema1:Person ;
    rdfs:label "Strano, Antonio" ;
    schema1:familyName "Strano" ;
    schema1:givenName "Antonio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aca2e67f5e4d0e07e8cdb0de4b03e7a8> ;
    schema1:name "Antonio Strano" ;
    schema1:sameAs <http://viaf.org/viaf/94954873>,
        <https://isni.org/isni/0000000067411323> .

