@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/p154081566> a schema1:Person ;
    rdfs:label "Lake, John Graham (1870-1935)" ;
    schema1:birthDate "1870" ;
    schema1:deathDate "1935" ;
    schema1:familyName "Lake" ;
    schema1:givenName "John Graham" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38e848e077c1937efaac992e73d8adfb> ;
    schema1:name "John Graham Lake" ;
    schema1:sameAs <http://viaf.org/viaf/11181834>,
        wd:Q5932229,
        <https://isni.org/isni/0000000078593679> .

