@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/p067809901> a schema1:Person ;
    rdfs:label "Miller, John Lane (1884-1954)" ;
    schema1:birthDate "1884" ;
    schema1:deathDate "1954" ;
    schema1:familyName "Miller" ;
    schema1:givenName "John Lane" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6e0733a3ef81c21cbbdddbe4aed6384e> ;
    schema1:name "John Lane Miller" ;
    schema1:sameAs <http://viaf.org/viaf/21724035>,
        wd:Q61054125,
        <https://isni.org/isni/0000000063976108> .

