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

<http://data.bibliotheken.nl/id/thes/p152773037> a schema1:Person ;
    rdfs:label "Poole, Susie" ;
    schema1:description "illustrator" ;
    schema1:familyName "Poole" ;
    schema1:givenName "Susie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/237be2a33f04bdc988941946e2ac9f55> ;
    schema1:name "Susie Poole" ;
    schema1:sameAs <http://viaf.org/viaf/22258153>,
        <https://isni.org/isni/0000000063067967> .

