Skip to content

Problems updating the VOCAB-DCAT entry #640

Description

@andrea-perego

@tobie , @deniak , about the problems with PR #635

I wonder whether the issue is that https://github.com/tobie/specref/blob/master/data/w3c-specs.txt includes the following lines:

http://www.w3.org/TR/2012/WD-vocab-dcat-20120405/       http://www.w3.org/TR/vocab-dcat/
http://www.w3.org/TR/2013/WD-vocab-dcat-20130312/       http://www.w3.org/TR/vocab-dcat/
http://www.w3.org/TR/2013/WD-vocab-dcat-20130801/       http://www.w3.org/TR/vocab-dcat/
http://www.w3.org/TR/2013/CR-vocab-dcat-20131105/       http://www.w3.org/TR/vocab-dcat/
http://www.w3.org/TR/2013/PR-vocab-dcat-20131217/       http://www.w3.org/TR/vocab-dcat/
http://www.w3.org/TR/2014/REC-vocab-dcat-20140116/      http://www.w3.org/TR/vocab-dcat/

The result in https://github.com/tobie/specref/blob/master/refs/w3c.json after commit 4c6025f is that vocab-dcat and vocab-dcat-1 are basically the same entry, whereas vocab-dcat should be simply an alias of vocab-dcat-2 - see below:

    "vocab-dcat": {
        "authors": [
            "Fadi Maali",
            "John Erickson"
        ],
        "href": "https://www.w3.org/TR/vocab-dcat/",
        "title": "Data Catalog Vocabulary (DCAT)",
        "rawDate": "2020-02-04",
        "status": "REC",
        "publisher": "W3C",
        "deliveredBy": [
            "https://www.w3.org/2011/gld/"
        ],
        "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf",
        "versions": {
            "20120405": {
                "status": "WD",
                "rawDate": "2012-04-05",
                "href": "https://www.w3.org/TR/2012/WD-vocab-dcat-20120405/",
                "source": "./data/w3c-specs.txt"
            },
            "20130312": {
                "authors": [
                    "Fadi Maali",
                    "John Erickson",
                    "Phil Archer"
                ],
                "href": "https://www.w3.org/TR/2013/WD-vocab-dcat-20130312/",
                "title": "Data Catalog Vocabulary (DCAT)",
                "rawDate": "2013-03-12",
                "status": "LCWD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2011/gld/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20130801": {
                "authors": [
                    "Fadi Maali",
                    "John Erickson"
                ],
                "href": "https://www.w3.org/TR/2013/WD-vocab-dcat-20130801/",
                "title": "Data Catalog Vocabulary (DCAT)",
                "rawDate": "2013-08-01",
                "status": "LCWD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2011/gld/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20131105": {
                "authors": [
                    "Fadi Maali",
                    "John Erickson"
                ],
                "href": "https://www.w3.org/TR/2013/CR-vocab-dcat-20131105/",
                "title": "Data Catalog Vocabulary (DCAT)",
                "rawDate": "2013-11-05",
                "status": "CR",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2011/gld/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20131217": {
                "authors": [
                    "Fadi Maali",
                    "John Erickson"
                ],
                "href": "https://www.w3.org/TR/2013/PR-vocab-dcat-20131217/",
                "title": "Data Catalog Vocabulary (DCAT)",
                "rawDate": "2013-12-17",
                "status": "PR",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2011/gld/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20140116": {
                "authors": [
                    "Fadi Maali",
                    "John Erickson"
                ],
                "href": "https://www.w3.org/TR/2014/REC-vocab-dcat-20140116/",
                "title": "Data Catalog Vocabulary (DCAT)",
                "rawDate": "2014-01-16",
                "status": "REC",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2011/gld/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20200204": {
                "authors": [
                    "Fadi Maali",
                    "John Erickson"
                ],
                "href": "https://www.w3.org/TR/2020/SPSD-vocab-dcat-20200204/",
                "title": "Data Catalog Vocabulary (DCAT)",
                "rawDate": "2020-02-04",
                "status": "REC",
                "publisher": "W3C",
                "isRetired": true,
                "deliveredBy": [
                    "https://www.w3.org/2011/gld/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            }
        },
        "isRetired": true,
        "obsoletedBy": [
            "vocab-dcat-2"
        ]
    },
    "vocab-dcat-1": {
        "authors": [
            "Fadi Maali",
            "John Erickson"
        ],
        "href": "https://www.w3.org/TR/vocab-dcat-1/",
        "title": "Data Catalog Vocabulary (DCAT)",
        "rawDate": "2020-02-04",
        "status": "REC",
        "publisher": "W3C",
        "deliveredBy": [
            "https://www.w3.org/2011/gld/"
        ],
        "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf",
        "isRetired": true,
        "versions": {
            "20140116": {
                "aliasOf": "vocab-dcat-20140116"
            },
            "20200204": {
                "aliasOf": "vocab-dcat-20200204"
            }
        }
    },
    "vocab-dcat-2": {
        "authors": [
            "Riccardo Albertoni",
            "David Browning",
            "Simon Cox",
            "Alejandra Gonzalez Beltran",
            "Andrea Perego",
            "Peter Winstanley"
        ],
        "href": "https://www.w3.org/TR/vocab-dcat-2/",
        "title": "Data Catalog Vocabulary (DCAT) - Version 2",
        "rawDate": "2020-02-04",
        "status": "REC",
        "publisher": "W3C",
        "edDraft": "https://w3c.github.io/dxwg/dcat/",
        "deliveredBy": [
            "https://www.w3.org/2017/dxwg/"
        ],
        "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf",
        "versions": {
            "20180508": {
                "authors": [
                    "Alejandra Gonzalez Beltran",
                    "David Browning",
                    "Simon Cox",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2018/WD-vocab-dcat-2-20180508/",
                "title": "Data Catalog Vocabulary (DCAT) - revised edition",
                "rawDate": "2018-05-08",
                "status": "WD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20181016": {
                "authors": [
                    "Alejandra Gonzalez Beltran",
                    "David Browning",
                    "Simon Cox",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2018/WD-vocab-dcat-2-20181016/",
                "title": "Data Catalog Vocabulary (DCAT) - revised edition",
                "rawDate": "2018-10-16",
                "status": "WD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20190528": {
                "authors": [
                    "Riccardo Albertoni",
                    "David Browning",
                    "Simon Cox",
                    "Alejandra Gonzalez Beltran",
                    "Andrea Perego",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2019/WD-vocab-dcat-2-20190528/",
                "title": "Data Catalog Vocabulary (DCAT) - Version 2",
                "rawDate": "2019-05-28",
                "status": "WD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20191003": {
                "authors": [
                    "Riccardo Albertoni",
                    "David Browning",
                    "Simon Cox",
                    "Alejandra Gonzalez Beltran",
                    "Andrea Perego",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2019/CR-vocab-dcat-2-20191003/",
                "title": "Data Catalog Vocabulary (DCAT) - Version 2",
                "rawDate": "2019-10-03",
                "status": "CR",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20191119": {
                "authors": [
                    "Riccardo Albertoni",
                    "David Browning",
                    "Simon Cox",
                    "Alejandra Gonzalez Beltran",
                    "Andrea Perego",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2019/PR-vocab-dcat-2-20191119/",
                "title": "Data Catalog Vocabulary (DCAT) - Version 2",
                "rawDate": "2019-11-19",
                "status": "PR",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            },
            "20200204": {
                "authors": [
                    "Riccardo Albertoni",
                    "David Browning",
                    "Simon Cox",
                    "Alejandra Gonzalez Beltran",
                    "Andrea Perego",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2020/REC-vocab-dcat-2-20200204/",
                "title": "Data Catalog Vocabulary (DCAT) - Version 2",
                "rawDate": "2020-02-04",
                "status": "REC",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "hasErrata": "https://w3c.github.io/dxwg/errata/",
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            }
        },
        "repository": "https://github.com/w3c/dxwg",
        "hasErrata": "https://w3c.github.io/dxwg/errata/",
        "obsoletes": [
            "vocab-dcat"
        ]
    },
    "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",
        "rawDate": "2020-12-17",
        "status": "WD",
        "publisher": "W3C",
        "edDraft": "https://w3c.github.io/dxwg/dcat/",
        "deliveredBy": [
            "https://www.w3.org/2017/dxwg/"
        ],
        "hasErrata": "https://w3c.github.io/dxwg/errata/",
        "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf",
        "versions": {
            "20201217": {
                "authors": [
                    "Riccardo Albertoni",
                    "David Browning",
                    "Simon Cox",
                    "Alejandra Gonzalez Beltran",
                    "Andrea Perego",
                    "Peter Winstanley"
                ],
                "href": "https://www.w3.org/TR/2020/WD-vocab-dcat-3-20201217/",
                "title": "Data Catalog Vocabulary (DCAT) - Version 3",
                "rawDate": "2020-12-17",
                "status": "WD",
                "publisher": "W3C",
                "deliveredBy": [
                    "https://www.w3.org/2017/dxwg/"
                ],
                "hasErrata": "https://w3c.github.io/dxwg/errata/",
                "source": "https://www.w3.org/2002/01/tr-automation/tr.rdf"
            }
        },
        "repository": "https://github.com/w3c/dxwg"
    },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions