@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p274593815> a schema1:Person ;
    rdfs:label "Shook, John" ;
    schema1:familyName "Shook" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/82f8cebd57cfd0cc59ff955a562213fe> ;
    schema1:name "John Shook" ;
    schema1:sameAs <http://viaf.org/viaf/11423216>,
        <https://isni.org/isni/0000000066803608> .

