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

<http://data.bibliotheken.nl/id/thes/p31584518X> a schema1:Person ;
    rdfs:label "Yang, Michael Shuo (1979-)" ;
    schema1:birthDate "1979" ;
    schema1:description "METEOR" ;
    schema1:familyName "Yang" ;
    schema1:givenName "Michael Shuo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9b23812120b7a7536d5b946324890873> ;
    schema1:name "Michael Shuo Yang" ;
    schema1:sameAs <http://viaf.org/viaf/282695507>,
        <https://isni.org/isni/0000000351034000> .

