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

<http://data.bibliotheken.nl/id/thes/p072893079> a schema1:Person ;
    rdfs:label "Leslie, George W." ;
    schema1:familyName "Leslie" ;
    schema1:givenName "George W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c6e6d4c2bd6e62a0bb9620bc9a45149> ;
    schema1:name "George W. Leslie" ;
    schema1:sameAs <http://viaf.org/viaf/66489358>,
        <https://isni.org/isni/0000000036641433> .

