@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/p069578494> a schema1:Person ;
    rdfs:label "Hersey, John Richard (1914-1993)" ;
    schema1:alternateName "Hērsijs, Džons" ;
    schema1:birthDate "1914" ;
    schema1:deathDate "1993" ;
    schema1:familyName "Hersey" ;
    schema1:givenName "John Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba7ee10e6f011b81586e020310bfe9bf> ;
    schema1:name "John Richard Hersey" ;
    schema1:sameAs <http://viaf.org/viaf/105148984>,
        wd:Q535812,
        <https://isni.org/isni/0000000121462990> .

