@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/p371170281> a schema1:Person ;
    rdfs:label "Bale, Edwin (1838-1923)" ;
    schema1:birthDate "1838" ;
    schema1:deathDate "1923" ;
    schema1:familyName "Bale" ;
    schema1:givenName "Edwin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6fd8f08427d48676553b514bcb960f77> ;
    schema1:name "Edwin Bale" ;
    schema1:sameAs <http://viaf.org/viaf/100331463>,
        wd:Q15985312,
        <https://isni.org/isni/0000000387004196> .

