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

<http://data.bibliotheken.nl/id/thes/p29757356X> a schema1:Person ;
    rdfs:label "James, Sian (illustrator)" ;
    schema1:familyName "James" ;
    schema1:givenName "Sian" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38a8a5ece9a366700f3ce31d366f296a> ;
    schema1:name "Sian James" ;
    schema1:sameAs <http://viaf.org/viaf/79213458>,
        <https://isni.org/isni/0000000114756982> .

