@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/p067963234> a schema1:Person ;
    rdfs:label "Eatwell, John" ;
    schema1:description "President, Queens' College, University of Cambridge, UK" ;
    schema1:familyName "Eatwell" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/518c42fbbaeaec291a21ae027d625154> ;
    schema1:name "John Eatwell" ;
    schema1:sameAs <http://viaf.org/viaf/59082081>,
        wd:Q336709,
        <https://isni.org/isni/0000000122644155> .

