schemaorg / suggestions-questions-brainstorming

Suggestions, questions, and brainstorming
19 stars 15 forks source link

Property or flag to denote "latest" #278

Closed athalhammer closed 2 weeks ago

athalhammer commented 1 month ago

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",
      ....
athalhammer commented 2 weeks ago

see https://github.com/schemaorg/schemaorg/issues/3614