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

<http://data.bibliotheken.nl/id/thes/p06855267X> a schema1:Person ;
    rdfs:label "Lewis, Gilbert" ;
    schema1:familyName "Lewis" ;
    schema1:givenName "Gilbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae984a608a0ce00f445323929af4dc22> ;
    schema1:name "Gilbert Lewis" ;
    schema1:sameAs <http://viaf.org/viaf/66480303>,
        <https://isni.org/isni/0000000066419921> .

