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

<http://data.bibliotheken.nl/id/thes/p089934741> a schema1:Person ;
    rdfs:label "Stead, Leslie (illustrator)" ;
    schema1:alternateName "Staed" ;
    schema1:description "\"Biggles\"" ;
    schema1:familyName "Stead" ;
    schema1:givenName "Leslie" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2dd541b51f56c964094a1f1c0016a418> ;
    schema1:name "Leslie Stead" ;
    schema1:sameAs <http://viaf.org/viaf/93859007>,
        <https://isni.org/isni/000000039124909X> .

