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

<https://jmillanacosta.github.io/people/meike-bunger/> a schema:AboutPage ;
    schema:about <https://orcid.org/0009-0002-7664-0058> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Meike Bünger"@en .

<https://orcid.org/0009-0002-7664-0058> a schema:Person ;
    schema:name "Meike Bünger"@en .

[] rdf:rest ( <https://orcid.org/0009-0002-7664-0058> <https://orcid.org/0000-0002-4904-3269> <https://orcid.org/0000-0003-1062-5576> [ ] <https://orcid.org/0009-0005-3680-0645> <https://orcid.org/0009-0002-4110-241X> <https://orcid.org/0000-0001-6125-6147> <https://orcid.org/0000-0002-9209-1266> <https://orcid.org/0000-0003-0329-1977> <https://orcid.org/0000-0001-7542-0286> ) .

