@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/p079714838> a schema1:Person ;
    rdfs:label "Lewis, Michael M. (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:description "degrees from the London School of Economics and Princeton University",
        "journalist" ;
    schema1:familyName "Lewis" ;
    schema1:givenName "Michael M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/16c15c24ddf72cf1761839b4bb9b4db7> ;
    schema1:name "Michael M. Lewis" ;
    schema1:sameAs <http://viaf.org/viaf/36966655>,
        wd:Q311654,
        <https://isni.org/isni/0000000122783788> .

