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

<http://data.bibliotheken.nl/id/thes/p070626650> a schema1:Person ;
    rdfs:label "Gibson, Walter Gardiner (1914-2005)" ;
    schema1:birthDate "1914" ;
    schema1:deathDate "2005" ;
    schema1:description "The Times April 27, 2005" ;
    schema1:familyName "Gibson" ;
    schema1:givenName "Walter Gardiner" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eba09f7738a2d99d56f920541a785fa6> ;
    schema1:name "Walter Gardiner Gibson" ;
    schema1:sameAs <http://viaf.org/viaf/78573556>,
        <https://isni.org/isni/0000000064065912> .

