@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/p070469784> a schema1:Person ;
    rdfs:label "Evans, Edmund (1826-1905 ; printer)" ;
    schema1:alternateName "Evans, E." ;
    schema1:birthDate "1826" ;
    schema1:deathDate "1905" ;
    schema1:familyName "Evans" ;
    schema1:givenName "Edmund" ;
    schema1:hasOccupation "printer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f8c68cb9a54fecfa3a1a334e88ff6102> ;
    schema1:name "Edmund Evans" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/71519059>,
        wd:Q4529602,
        <https://isni.org/isni/0000000083928947> .

