@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p078385644> a schema1:Person ;
    rdfs:label "Dijk, Tom van (illustrator)" ;
    schema1:alternateName "Dyk, T. van" ;
    schema1:familyName "van Dijk" ;
    schema1:givenName "Tom" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ba2bc5dbe1b76381e5d9bb5f97ef607> ;
    schema1:name "Tom van Dijk" ;
    schema1:sameAs <http://viaf.org/viaf/18435044>,
        <https://isni.org/isni/0000000078796425> .

