@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/p07032686X> a schema1:Person ;
    rdfs:label "Hargreaves, Harry (1922-2004 ; cartoonist)" ;
    schema1:birthDate "1922" ;
    schema1:deathDate "2004" ;
    schema1:description "The Times December 1, 2004" ;
    schema1:familyName "Hargreaves" ;
    schema1:givenName "Harry" ;
    schema1:hasOccupation "cartoonist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/351005f36e1899c6f96b19b7065b6ccd> ;
    schema1:name "Harry Hargreaves" ;
    schema1:sameAs <http://viaf.org/viaf/93813741>,
        wd:Q25223241,
        <https://isni.org/isni/0000000065799512> .

