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

<http://data.bibliotheken.nl/id/thes/p071222006> a schema1:Person ;
    rdfs:label "Underwood, John" ;
    schema1:familyName "Underwood" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26d492e91f60d69fe36a363b9168e6a3> ;
    schema1:name "John Underwood" ;
    schema1:sameAs <http://viaf.org/viaf/11767739>,
        <https://isni.org/isni/0000000107772650> .

