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

<http://data.bibliotheken.nl/id/thes/p070645426> a schema1:Person ;
    rdfs:label "Keijser, Kitty" ;
    schema1:alternateName "Keijser-Gaymans, Kitty",
        "Keijzer, Kitty",
        "Keyser-Gaymans, Kitty" ;
    schema1:familyName "Keijser" ;
    schema1:givenName "Kitty" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/83c5b985597d243408ca1dbf777d3671> ;
    schema1:name "Kitty Keijser" ;
    schema1:sameAs <http://viaf.org/viaf/285606741>,
        <https://isni.org/isni/000000039173583X> .

