@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p070147698> a schema1:Person ;
    rdfs:label "Darby, John Nelson (1800-1882)" ;
    schema1:birthDate "1800" ;
    schema1:deathDate "1882" ;
    schema1:description "Stichter der Darbysten-secte" ;
    schema1:familyName "Darby" ;
    schema1:givenName "John Nelson" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/accf313a2f96fb43ba3837ea9cf8cc88> ;
    schema1:name "John Nelson Darby" ;
    schema1:nationality "ie" ;
    schema1:sameAs <http://viaf.org/viaf/66465849>,
        wd:Q436010,
        <https://isni.org/isni/0000000083442883> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/darb001> .

