@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p173606768> a schema1:Person ;
    rdfs:label "Lee, William (1778-1863)" ;
    schema1:birthDate "1778" ;
    schema1:deathDate "1863" ;
    schema1:familyName "Lee" ;
    schema1:givenName "William" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/96a8d4b6a2e835dc52e7e61a17acc165> ;
    schema1:name "William Lee" ;
    schema1:sameAs <http://viaf.org/viaf/4488594>,
        <https://isni.org/isni/0000000079818200> .

