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

<http://data.bibliotheken.nl/id/thes/p380609894> a schema1:Person ;
    rdfs:label "Semple, David (illustrator)" ;
    schema1:familyName "Semple" ;
    schema1:givenName "David" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b9cd035a758964fbd1c64bcbed21dbb4> ;
    schema1:name "David Semple" ;
    schema1:sameAs <http://viaf.org/viaf/101008367>,
        <https://isni.org/isni/000000007191285X> .

