@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/p07284325X> a schema1:Person ;
    rdfs:label "Pollock, Sheldon Ivan (1948-)" ;
    schema1:birthDate "1948" ;
    schema1:familyName "Pollock" ;
    schema1:givenName "Sheldon Ivan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/644700a6fbc7086e2e00ae45d2ec385b> ;
    schema1:name "Sheldon Ivan Pollock" ;
    schema1:sameAs <http://viaf.org/viaf/80586690>,
        wd:Q7493539,
        <https://isni.org/isni/0000000109196562> .

