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

<http://data.bibliotheken.nl/id/thes/p093755961> a schema1:Person ;
    rdfs:label "Swift, Lloyd B." ;
    schema1:familyName "Swift" ;
    schema1:givenName "Lloyd B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b90dab806d2da646f6dd06f476601ad> ;
    schema1:name "Lloyd B. Swift" ;
    schema1:sameAs <http://viaf.org/viaf/22305946>,
        <https://isni.org/isni/0000000081014164> .

