@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/p067633471> a schema1:Person ;
    rdfs:label "Leonard, Jonathan Norton (1903-1975)" ;
    schema1:birthDate "1903" ;
    schema1:deathDate "1975" ;
    schema1:familyName "Leonard" ;
    schema1:givenName "Jonathan Norton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3630a4a7e61aca49a64e6f19e1461cf2> ;
    schema1:name "Jonathan Norton Leonard" ;
    schema1:sameAs <http://viaf.org/viaf/57131057>,
        wd:Q59629536,
        <https://isni.org/isni/0000000109047831> .

