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

<http://data.bibliotheken.nl/id/thes/p30954226X> a schema1:Person ;
    rdfs:label "Wang, Meg" ;
    schema1:familyName "Wang" ;
    schema1:givenName "Meg" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/19ee95c9432c9efdc811ec9dfa545a59> ;
    schema1:name "Meg Wang" ;
    schema1:sameAs <http://viaf.org/viaf/120771104>,
        <https://isni.org/isni/0000000081895475> .

