Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tracked by #1509
andrea-perego opened this issue Jun 2, 2022 · 1 comment
Closed
Tracked by #1509

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

andrea-perego opened this issue Jun 2, 2022 · 1 comment
Assignees
Labels
bug dcat specref Issues related to the use of SpecRef
Milestone

Comments

@andrea-perego
Copy link
Contributor

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?

@andrea-perego andrea-perego added this to the DCAT3 CR milestone Jun 2, 2022
@andrea-perego andrea-perego added the specref Issues related to the use of SpecRef label Jun 2, 2022
@riccardoAlbertoni
Copy link
Contributor

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"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dcat specref Issues related to the use of SpecRef
Projects
None yet
Development

No branches or pull requests

4 participants