Skip to content

How to express multiple funding sources in codemeta ?

How do we express, multiple funding sources?

The example JSON has separate entries for funder and funding, but they are not directly linked. What if a project received funding from multiple grants from different funders?

  "funder":[
    {
      "@type": "Organization",
      "name": "ESCAPE: European Science Cluster of Astronomy & Particle physics ESFRI research infrastructures",
      "funder": {
        "@type": "Organization",
        "@id": "https://doi.org/10.13039/501100000780",
        "name": "European Commission"
      }
    }
  ],
  "funding": "824064"