@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/p142651419> a schema1:Person ;
    rdfs:label "Thompson, T. Jack (-2017)" ;
    schema1:deathDate "2017" ;
    schema1:familyName "Thompson" ;
    schema1:givenName "T. Jack" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8f0e90a549586b510be11020c300bcfd> ;
    schema1:name "T. Jack Thompson" ;
    schema1:sameAs <http://viaf.org/viaf/51860542>,
        wd:Q36021274,
        <https://isni.org/isni/0000000116420075> .

