@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/p069373698> a schema1:Person ;
    rdfs:label "Gilkey, Langdon Brown (1919-2004)" ;
    schema1:birthDate "1919" ;
    schema1:deathDate "2004" ;
    schema1:familyName "Gilkey" ;
    schema1:givenName "Langdon Brown" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d0b8c6cc04f45f4d300b2f824e51ad12> ;
    schema1:name "Langdon Brown Gilkey" ;
    schema1:sameAs <http://viaf.org/viaf/97846501>,
        wd:Q6485803,
        <https://isni.org/isni/0000000114627750> .

