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

<http://data.bibliotheken.nl/id/thes/p140243992> a schema1:Person ;
    rdfs:label "Reeves, Tom Kynaston" ;
    schema1:familyName "Reeves" ;
    schema1:givenName "Tom Kynaston" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/595f4405b7382a6ca0d723a85939a595> ;
    schema1:name "Tom Kynaston Reeves" ;
    schema1:sameAs <http://viaf.org/viaf/287723841>,
        <https://isni.org/isni/0000000369114738> .

