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

<http://data.bibliotheken.nl/id/thes/p13156045X> a schema1:Person ;
    rdfs:label "O'Keefe, Kevin J." ;
    schema1:familyName "O'Keefe" ;
    schema1:givenName "Kevin J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2f8b3576c0fd3a6f42a7092bca09d7ed> ;
    schema1:name "Kevin J. O'Keefe" ;
    schema1:sameAs <http://viaf.org/viaf/236753738>,
        <https://isni.org/isni/000000039828826X> .

