@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/p070330751> a schema1:Person ;
    rdfs:label "Lecky, William Edward Hartpole (1838-1903)" ;
    schema1:birthDate "1838" ;
    schema1:deathDate "1903" ;
    schema1:familyName "Lecky" ;
    schema1:givenName "William Edward Hartpole" ;
    schema1:hasOccupation "historicus",
        "politicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/59b321fdb225f2e9ecc8de04af73055c> ;
    schema1:name "William Edward Hartpole Lecky" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/51708245>,
        wd:Q725927,
        <https://isni.org/isni/0000000121012981> .

