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

<http://data.bibliotheken.nl/id/thes/p369241118> a schema1:Person ;
    rdfs:label "Mao, Bin (1983-)" ;
    schema1:alternateName "Bin Mao" ;
    schema1:birthDate "1983" ;
    schema1:familyName "Mao" ;
    schema1:givenName "Bin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d0ceaddd7d74df3ff43d75194762afac> ;
    schema1:name "Bin Mao" ;
    schema1:sameAs <http://viaf.org/viaf/305831304>,
        wd:Q59542465 .

