@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/p068891199> a schema1:Person ;
    rdfs:label "Lange, Jakob Emanuel (1864-1941)" ;
    schema1:birthDate "1864" ;
    schema1:deathDate "1941" ;
    schema1:familyName "Lange" ;
    schema1:givenName "Jakob Emanuel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/15aa5820c8f48b4bc2c66625a31a8868> ;
    schema1:name "Jakob Emanuel Lange" ;
    schema1:sameAs <http://viaf.org/viaf/30017942>,
        wd:Q2628991,
        <https://isni.org/isni/000000011049871X> .

