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

<https://jmillanacosta.github.io/people/delano-wetstede/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Delano Wetstede"@en .

[] rdf:rest ( [ a schema:Person ;
                schema:name "Delano Wetstede"@en ] <https://orcid.org/0000-0001-6611-7883> <https://orcid.org/0000-0003-3213-4495> <https://orcid.org/0000-0003-1781-5508> <https://orcid.org/0000-0001-7542-0286> <https://orcid.org/0000-0002-4904-3269> ) .

