@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/p071455957> a schema1:Person ;
    rdfs:label "Whichcote, Benjamin (1609-1683)" ;
    schema1:alternateName "Whichcot, ... (Dr)" ;
    schema1:birthDate "1609" ;
    schema1:deathDate "1683" ;
    schema1:familyName "Whichcote" ;
    schema1:givenName "Benjamin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25977f918be38bb5a240957ffd8ace71> ;
    schema1:name "Benjamin Whichcote" ;
    schema1:sameAs <http://viaf.org/viaf/59179724>,
        wd:Q1436859,
        <https://isni.org/isni/0000000081382127> .

