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

<http://data.bibliotheken.nl/id/thes/p087696797> a schema1:Person ;
    rdfs:label "Kehn, Regina (1962- ; illustrator)" ;
    schema1:alternateName "Ken, Rehina",
        "Кен, Регіна" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Kehn" ;
    schema1:givenName "Regina" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb89f8f956df13c96284cfa7035f1dcb> ;
    schema1:name "Regina Kehn" ;
    schema1:sameAs <http://viaf.org/viaf/79494124>,
        wd:Q1113333,
        <https://isni.org/isni/0000000120292854> .

