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

<http://data.bibliotheken.nl/id/thes/p16829141X> a schema1:Person ;
    rdfs:label "Gee, Alice Chia Ping (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Gee" ;
    schema1:givenName "Alice Chia Ping" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/782ab294f9303b79e2f92177fc7d1009> ;
    schema1:name "Alice Chia Ping Gee" ;
    schema1:sameAs <http://viaf.org/viaf/283662856>,
        <https://isni.org/isni/000000039014689X> .

