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

<http://data.bibliotheken.nl/id/thes/p197807313> a schema1:Person ;
    rdfs:label "Graves, Keith (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:description "SATA 156, 191",
        "auteur, illustrator, kunstenaar" ;
    schema1:familyName "Graves" ;
    schema1:givenName "Keith" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce5cbc5e0cb059cb36130edf4c758726> ;
    schema1:name "Keith Graves" ;
    schema1:sameAs <http://viaf.org/viaf/33357593>,
        <https://isni.org/isni/0000000026657247> .

