@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .

<https://jmillanacosta.github.io/people/yuanyuan-duan/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Yuanyuan Duan"@en .

[] rdf:rest ( [ a schema:Person ;
                schema:name "Yuanyuan Duan"@en ] <https://orcid.org/0000-0002-4166-7093> <https://orcid.org/0000-0003-2102-3626> [ ] <https://orcid.org/0000-0002-7770-620X> ) .

