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

<http://data.bibliotheken.nl/id/thes/p06898748X> a schema1:Person ;
    rdfs:label "Kleijn, Mieke" ;
    schema1:familyName "Kleijn" ;
    schema1:givenName "Mieke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/779868d7fd323b3e6d0f45ad9a26cb51> ;
    schema1:name "Mieke Kleijn" ;
    schema1:sameAs <http://viaf.org/viaf/287626096>,
        <https://isni.org/isni/0000000393366177> .

