@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/p06831955X> a schema1:Person ;
    rdfs:label "Palmer, Leonard Robert (1906-1984)" ;
    schema1:birthDate "1906" ;
    schema1:deathDate "1984" ;
    schema1:familyName "Palmer" ;
    schema1:givenName "Leonard Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4328301949f32695aea9830574f66cd9> ;
    schema1:name "Leonard Robert Palmer" ;
    schema1:sameAs <http://viaf.org/viaf/69067062>,
        wd:Q15907325 .

