@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/p073119911> a schema1:Person ;
    rdfs:label "Hopkins, Harry Lloyd (1890-1946)" ;
    schema1:birthDate "1890" ;
    schema1:deathDate "1946" ;
    schema1:familyName "Hopkins" ;
    schema1:givenName "Harry Lloyd" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f382e65f5eb0df9f56cec0ad6934fb3> ;
    schema1:name "Harry Lloyd Hopkins" ;
    schema1:sameAs <http://viaf.org/viaf/50021226>,
        wd:Q450615,
        <https://isni.org/isni/0000000109700116> .

