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

<http://data.bibliotheken.nl/id/thes/p17655758X> a schema1:Person ;
    rdfs:label "Wang, Jiacun (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Wang" ;
    schema1:givenName "Jiacun" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6fccbb5dfef56fca2ffa1e9076747021> ;
    schema1:name "Jiacun Wang" ;
    schema1:sameAs <http://viaf.org/viaf/116347170>,
        <https://isni.org/isni/000000008324916X> .

