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

<http://data.bibliotheken.nl/id/thes/p207190216> a schema1:Person ;
    rdfs:label "Lee, Kye-Sook (vert.)" ;
    schema1:familyName "Lee" ;
    schema1:givenName "Kye-Sook" ;
    schema1:hasOccupation "vert." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c430a69b0f1409069a3b1aa4ec0fb0ed> ;
    schema1:name "Kye-Sook Lee" ;
    schema1:sameAs <http://viaf.org/viaf/280428869>,
        <https://isni.org/isni/000000038752153X> .

