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

<http://data.bibliotheken.nl/id/thes/p384109470> a schema1:Person ;
    rdfs:label "Kleyn, Mieke (Illustrator)" ;
    schema1:familyName "Kleyn" ;
    schema1:givenName "Mieke" ;
    schema1:hasOccupation "Illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/313ad5478d332d7f26121cd65208d592> ;
    schema1:name "Mieke Kleyn" ;
    schema1:sameAs <http://viaf.org/viaf/317164879> .

