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

<https://jmillanacosta.github.io/people/martin-ziegler/> a schema:AboutPage ;
    schema:about <https://orcid.org/0009-0003-1183-4991> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Martin Ziegler"@en .

<https://orcid.org/0009-0003-1183-4991> a schema:Person ;
    schema:name "Martin Ziegler"@en ;
    schema:sameAs <file:///home/runner/work/jmillanacosta.github.io/jmillanacosta.github.io/_site/graph/people.jsonld>,
        <https://openalex.org/A5102742045> .

[] rdf:rest ( <https://orcid.org/0009-0003-1183-4991> [ ] [ ] [ ] [ ] [ ] <https://orcid.org/0000-0002-8607-9965> <https://orcid.org/0000-0002-5231-0639> <https://orcid.org/0000-0001-5416-085X> [ ] <https://orcid.org/0000-0002-9454-4783> <https://orcid.org/0000-0002-4166-7093> <https://orcid.org/0000-0001-7542-0286> [ ] [ ] <https://orcid.org/0000-0003-4250-4584> ) .

