@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/p072635541> a schema1:Person ;
    rdfs:label "Dennis, Peter (1950- ; illustrator)" ;
    schema1:birthDate "1950" ;
    schema1:description "ISBN 9781472809476: Studied illustration at Liverpool Art College." ;
    schema1:familyName "Dennis" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e7ae19e38a09b0f962e7a6ad20d46a5b> ;
    schema1:name "Peter Dennis" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/114475924>,
        wd:Q85402565,
        <https://isni.org/isni/000000012148337X> .

