@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/p074281828> a schema1:Person ;
    rdfs:label "Hunt, John Dixon" ;
    schema1:alternateName "Dixon-Hunt, John" ;
    schema1:familyName "Hunt" ;
    schema1:givenName "John Dixon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/955f789af253bfd9a72f812abe8d98cc> ;
    schema1:name "John Dixon Hunt" ;
    schema1:sameAs <http://viaf.org/viaf/79091622>,
        wd:Q6229522,
        <https://isni.org/isni/0000000109189186> .

