w3c / dxwg

Data Catalog Vocabulary (DCAT)
https://w3c.github.io/dxwg/dcat/
Other
139 stars 55 forks source link

SpecRef doesn't return record for DCAT3 4PWD #1520

Closed andrea-perego closed 1 year ago

andrea-perego commented 2 years ago

SpecRef does no return any record for DCAT3 4PWD - see:

https://api.specref.org/bibrefs?refs=vocab-dcat-3-20220510

This record is however present in

https://github.com/tobie/specref/blob/main/refs/w3c.json

            "20220510": {
                "authors": [
                    "Riccardo Albertoni",
                    "David Browning",
                    "Simon Cox",
                    "Alejandra Gonzalez Beltran",
                    "Andrea Perego",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2022/WD-vocab-dcat-3-20220510/",
                "title": "Data Catalog Vocabulary (DCAT) - Version 3",
                "rawDate": "2022-05-10",
                "status": "WD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            }

@pchampin , @plehegar , could you please check why this happens?

riccardoAlbertoni commented 1 year ago

If I am not mistaken , now https://api.specref.org/bibrefs?refs=vocab-dcat-3-20220510 returns something closer to what we expected, see below, Can we close this issue?

{
  "vocab-dcat-3-20220510": {
    "versionOf": "vocab-dcat-3",
    "authors": [
      "Riccardo Albertoni",
      "David Browning",
      "Simon Cox",
      "Alejandra Gonzalez Beltran",
      "Andrea Perego",
      "Peter Winstanley"
    ],
    "href": "https://www.w3.org/TR/2022/WD-vocab-dcat-3-20220510/",
    "title": "Data Catalog Vocabulary (DCAT) - Version 3",
    "status": "WD",
    "publisher": "W3C",
    "edDraft": "https://w3c.github.io/dxwg/dcat/",
    "deliveredBy": [
      {
        "url": "https://www.w3.org/2017/dxwg/",
        "shortname": "dx"
      }
    ],
    "repository": "https://github.com/w3c/dxwg",
    "id": "vocab-dcat-3-20220510",
    "date": "10 May 2022"
  },
  "vocab-dcat-3": {
    "authors": [
      "Riccardo Albertoni",
      "David Browning",
      "Simon Cox",
      "Alejandra Gonzalez Beltran",
      "Andrea Perego",
      "Peter Winstanley"
    ],
    "href": "https://www.w3.org/TR/vocab-dcat-3/",
    "title": "Data Catalog Vocabulary (DCAT) - Version 3",
    "status": "WD",
    "publisher": "W3C",
    "edDraft": "https://w3c.github.io/dxwg/dcat/",
    "deliveredBy": [
      {
        "url": "https://www.w3.org/2017/dxwg/",
        "shortname": "dx"
      }
    ],
    "versions": [
      "vocab-dcat-3-20220510",
      "vocab-dcat-3-20220111",
      "vocab-dcat-3-20210504",
      "vocab-dcat-3-20201217"
    ],
    "repository": "https://github.com/w3c/dxwg",
    "id": "vocab-dcat-3",
    "date": "10 May 2022"
  }
}