@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/p224222740> a schema1:Person ;
    rdfs:label "Hargreaves, Roger" ;
    schema1:description "National Portrait Gallery (London)" ;
    schema1:familyName "Hargreaves" ;
    schema1:givenName "Roger" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d866a991def5bac87d4a15fa9c46f77> ;
    schema1:name "Roger Hargreaves" ;
    schema1:sameAs <http://viaf.org/viaf/8530762>,
        wd:Q117392774,
        <https://isni.org/isni/0000000109525194> .

