@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/p070145458> a schema1:Person ;
    rdfs:label "Thompson, Nathaniel (-1687)" ;
    schema1:deathDate "1687" ;
    schema1:familyName "Thompson" ;
    schema1:givenName "Nathaniel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8acb83ae689b41803d06e43ca1afbb0> ;
    schema1:name "Nathaniel Thompson" ;
    schema1:sameAs <http://viaf.org/viaf/60483251>,
        wd:Q18813319,
        <https://isni.org/isni/0000000063240125> .

