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

<http://data.bibliotheken.nl/id/thes/p197586759> a schema1:Person ;
    rdfs:label "Kim, Heup Young (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Kim" ;
    schema1:givenName "Heup Young" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/660c95882da420167761c3d6b452ed04> ;
    schema1:name "Heup Young Kim" ;
    schema1:sameAs <http://viaf.org/viaf/66622757>,
        wd:Q5748229,
        <https://isni.org/isni/0000000051879984> .

