schemaorg/suggestions-questions-brainstorming

Property or flag to denote "latest"

Closed this issue · 1 comments

I host a website with a dataset that has multiple versions. In particular, I offer the versions in different DataDownload sections. Now I was approached with the question if there is a latest but I'm not sure how to add that flag with the schema.org vocabulary.

  "distribution":[
    {
      "@type":"DataDownload",
      "version": "2024-02-02",
      "encodingFormat":"text/tab-separated-values",
      "contentUrl": "...",
      "about": "..."    },
    {
      "@type":"DataDownload",
      "version": "2024-01-01",
      ....