@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/p15520548X> a schema1:Person ;
    rdfs:label "Bruce, David Kirkpatrick Este (1898-1977)" ;
    schema1:birthDate "1898" ;
    schema1:deathDate "1977" ;
    schema1:familyName "Bruce" ;
    schema1:givenName "David Kirkpatrick Este" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1d2bc4a76ae8bbb5a57b6734dfbfdbe6> ;
    schema1:name "David Kirkpatrick Este Bruce" ;
    schema1:sameAs <http://viaf.org/viaf/2467465>,
        wd:Q325810,
        <https://isni.org/isni/0000000107728617> .

