@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/p06946314X> a schema1:Person ;
    rdfs:label "Cecil, Henry (1902-1976)" ;
    schema1:alternateName "Leon, Henry Cecil" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1976" ;
    schema1:description "is: Henry Cecil Leon" ;
    schema1:familyName "Cecil" ;
    schema1:givenName "Henry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7d1d578807b75f5b9f48bd2e0b5b4cd8> ;
    schema1:name "Henry Cecil" ;
    schema1:sameAs <http://viaf.org/viaf/36958939>,
        wd:Q15500506,
        <https://isni.org/isni/0000000081154036> .

