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

<http://data.bibliotheken.nl/id/thes/p393815307> a schema1:Person ;
    rdfs:label "Jing, Zhongbo (1985-)" ;
    schema1:birthDate "1985" ;
    schema1:familyName "Jing" ;
    schema1:givenName "Zhongbo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/145645a8e4d0a02ef2ffe3d3eeab66de> ;
    schema1:name "Zhongbo Jing" ;
    schema1:nationality "cn" ;
    schema1:sameAs <http://viaf.org/viaf/317185790> .

