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

Links to ... #1112

Merged
merged 13 commits into from
Oct 2, 2019
6 changes: 3 additions & 3 deletions dcat/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ var respecConfig = {
specStatus: "ED",
// specStatus: "CR",
// crEnd: "2019-10-24",
// implementationReportURI: "http://example.com/rep/",
implementationReportURI: "https://docs.google.com/spreadsheets/d/1eEVUuPFAGO2GjS5ocxylY8T1AlpqlwnOTc3er_Mhcv4/edit#gid=1108132380%22",
shortName: "vocab-dcat-2",
canonicalURI: "TR",
prevRecURI: "https://www.w3.org/TR/vocab-dcat/",
prevRecURI: "https://www.w3.org/TR/vocab-dcat/",
previousPublishDate: "2014-01-16",
previousMaturity: "REC",
// previousURI: "https://www.w3.org/TR/2014/REC-vocab-dcat-20140116/", -- Needed for CR etc
// previousURI: "https://www.w3.org/TR/2014/REC-vocab-dcat-20140116/",
edDraftURI: "https://w3c.github.io/dxwg/dcat/",
// issueBase: "https://github.com/w3c/dxwg/issues/", -- Not needed when github used
alternateFormats: [{
Expand Down