@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/p073248312> a schema1:Person ;
    rdfs:label "Smith, Norval Selby Hunter (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Norval Selby Hunter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/660c86045b058160146bf245befbb279> ;
    schema1:name "Norval Selby Hunter Smith" ;
    schema1:sameAs <http://viaf.org/viaf/46777775>,
        wd:Q126924172,
        <https://isni.org/isni/0000000108956072> .

