@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/p173678351> a schema1:Person ;
    rdfs:label "Pratt, Henry Reginald Clive (1911-)" ;
    schema1:birthDate "1911" ;
    schema1:familyName "Pratt" ;
    schema1:givenName "Henry Reginald Clive" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f297a620c1dcd8ea7dbac5ab48beeb7f> ;
    schema1:name "Henry Reginald Clive Pratt" ;
    schema1:sameAs <http://viaf.org/viaf/92405872>,
        wd:Q128933663,
        <https://isni.org/isni/0000000082786975> .

