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

<http://data.bibliotheken.nl/id/thes/p074092790> a schema1:Person ;
    rdfs:label "Liang, James Chao-ping (1936-)" ;
    schema1:birthDate "1936" ;
    schema1:familyName "Liang" ;
    schema1:givenName "James Chao-ping" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba1b3b248d47940f1225fc86620ad26f> ;
    schema1:name "James Chao-ping Liang" ;
    schema1:sameAs <http://viaf.org/viaf/58971179>,
        <https://isni.org/isni/0000000049607592> .

