@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/p071962921> a schema1:Person ;
    rdfs:label "Cooke, Tom" ;
    schema1:alternateName "Cooke, T." ;
    schema1:familyName "Cooke" ;
    schema1:givenName "Tom" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d3ac99b6f6fd246c92dc0a4b797c2f0e> ;
    schema1:name "Tom Cooke" ;
    schema1:sameAs <http://viaf.org/viaf/39375355>,
        wd:Q29058816,
        <https://isni.org/isni/0000000073595923> .

