From 3d6be3dbce602b297df482b5da84ebae44843a79 Mon Sep 17 00:00:00 2001 From: RiccardoAlbertoni Date: Mon, 22 Apr 2024 11:30:58 +0200 Subject: [PATCH 1/3] removing references to CR and at risk features in status section --- dcat/index.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dcat/index.html b/dcat/index.html index 841df018..fe5ad41d 100644 --- a/dcat/index.html +++ b/dcat/index.html @@ -63,23 +63,9 @@

This new version of the vocabulary updates and expands the original but preserves backward compatibility. A full list of the significant changes (with links to the relevant GitHub issues) is described in .

-

- The exit criteria for CR focused on v3 new features that replicate features that were included in application profiles of v2 as a way of remedying missing and necessary elements. - Implementation will be evidenced by showing use of the new properties/classes (or terms with equivalent meaning) in implementations of catalogs. -

Issues, requirements, and features that have been considered and discussed by the Data eXchange Working Group but have not been addressed due to lack of maturity or consensus are collected in GitHub. Those believed to be a priority for a future release are in the milestone DCAT Future Priority Work.

-

- The following terms are at-risk, and may be dropped during the CR period: -

- -

- “At-risk” is a W3C Process term-of-art, and does not necessarily imply that the feature is in danger of being dropped or delayed. It means that the WG believes the feature may have difficulty being interoperably implemented in a timely manner, and marking it as such allows the WG to drop the feature if necessary when transitioning to the Proposed Rec stage, without having to publish a new Candidate Rec without the feature first. -

DCAT history

From c773d2e86b68608fab74217db248e3cd1196e34e Mon Sep 17 00:00:00 2001 From: RiccardoAlbertoni Date: Mon, 22 Apr 2024 13:54:07 +0200 Subject: [PATCH 2/3] some change for PR --- dcat/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dcat/config.js b/dcat/config.js index 455cd8e3..af2ba0d5 100644 --- a/dcat/config.js +++ b/dcat/config.js @@ -2,12 +2,12 @@ var respecConfig = { doJsonLd: true, // preProcess: [dfn_index], // subtitle: "Version 2", - specStatus: "ED", + specStatus: "PR", errata: "https://w3c.github.io/dxwg/errata/", // specStatus: "ED", -// specStatus: "CR", -// crEnd: "2023-11-28", -// implementationReportURI: "https://w3c.github.io/dxwg/dcat3-implementation-report/", +// specStatus: "CR", + crEnd: "2024-02-15", + implementationReportURI: "https://w3c.github.io/dxwg/dcat3-implementation-report/", shortName: "vocab-dcat-3", prevRecShortname: "vocab-dcat-2", canonicalURI: "TR", From 4f61905140a592eb8d9815de48ec979a69a92602 Mon Sep 17 00:00:00 2001 From: Riccardo Albertoni Date: Wed, 8 May 2024 19:28:35 +0200 Subject: [PATCH 3/3] Update dcat/config.js Co-authored-by: Pierre-Antoine Champin --- dcat/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcat/config.js b/dcat/config.js index af2ba0d5..de8086c0 100644 --- a/dcat/config.js +++ b/dcat/config.js @@ -2,7 +2,7 @@ var respecConfig = { doJsonLd: true, // preProcess: [dfn_index], // subtitle: "Version 2", - specStatus: "PR", + specStatus: "ED", errata: "https://w3c.github.io/dxwg/errata/", // specStatus: "ED", // specStatus: "CR",