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

<http://data.bibliotheken.nl/id/thes/p074138812> a schema1:Person ;
    rdfs:label "Wang, Yu-li" ;
    schema1:familyName "Wang" ;
    schema1:givenName "Yu-li" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/78b957cdd532d0cadabc86a6560fbfc1> ;
    schema1:name "Yu-li Wang" ;
    schema1:sameAs <http://viaf.org/viaf/15090042>,
        <https://isni.org/isni/0000000063123850> .

