From dab312aab386af3eb9ea16d9c4ef7e7099b7b685 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Wed, 6 Mar 2024 17:36:27 +0100 Subject: [PATCH 1/4] add REC-track deliverables CBOR-LD and YAML-LD --- 2024/json-ld-wg/index.html | 45 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/2024/json-ld-wg/index.html b/2024/json-ld-wg/index.html index 5a5a252..0324038 100644 --- a/2024/json-ld-wg/index.html +++ b/2024/json-ld-wg/index.html @@ -74,7 +74,7 @@

PROPOSED JSON-LD Working Group Charter

-

The mission of the JSON-LD Working Group is to maintain the family of JSON-LD 1.1 Recommendations and related Working Group Notes.

+

The mission of the JSON-LD Working Group is to maintain and extend the family of JSON-LD 1.1 Recommendations and related Working Group Notes.

Join the JSON-LD Working Group.

@@ -155,6 +155,9 @@

Scope

The Working Group will maintain the JSON-LD specifications (i.e., JSON-LD 1.1, JSON-LD 1.1 API, JSON-LD 1.1 Framing) that together provide a JSON format for Linked Open Data to interoperate at web-scale, in a method which is familiar to and usable by web-focused software engineers.

+

+ It will also develop new Recomendation Track deliverables, based on work incubated by the JSON for Linking Data Community Group, specifying the use JSON-LD algorithms with similar formats (YAML, CBOR). +

The Working group is expected to coordinate with the JSON for Linking Data Community Group on consensus-based proposals related to content changes for the JSON-LD Working Group Deliverables. The Chairs of this group may choose to reject proposals that are incompatible with this Charter.

@@ -211,6 +214,34 @@

Produced under Working Group Charter: https://www.w3.org/2018/03/jsonld-wg-charter.html +

+ The Working Group will also deliver the following W3C normative specifications: +

+
+
CBOR-LD
+
+

CBOR is a compact binary data serialization and messaging format. This specification defines CBOR-LD, a CBOR-based format to serialize Linked Data. The encoding is designed to leverage the existing JSON-LD ecosystem, to provide a compact serialization format for those seeking efficient encoding schemes for Linked Data.

+

+

Input documents: +
    +
  • CBOR-LD, + Final Community Group Report (2024-xx-xx), adopted from the JSON for Linking Data Community Group +
  • JSON-LD 1.1. in CBOR, + Editor's Draft (2022-12-06), adopted from previous JSON-LD Working Group +
+
+

Expected completion: CR in Q4 2024

+
+
YAML-LD
+
+

This document defines YAML-LD, a set of conventions built on top of YAML, which outlines how to serialize Linked Data as YAML based on JSON-LD syntax, semantics, and APIs.

+

Input document: + YAML-LD, + Final Community Group Report (2023-12-06), adopted from the JSON for Linking Data Community Group +

+

Expected completion: CR in Q4 2024

+
+

@@ -225,10 +256,20 @@

  • Application profile of JSON-LD to enable efficient streaming parsers.
  • Test suites and implementation reports for the specifications.
  • -
  • JSON-LD 1.1 specified in other serializations like YAML or CBOR.
  • Best practices for use and implementation of JSON-LD 1.1.
+ +
+

Timeline

+
    +
  • September 2022: First teleconference
  • +
  • Q2 2024: FPWD of CBOR-LD and YAML-LD
  • +
  • Q4 2024: Candidate Recommendation of CBOR-LD and YAML-LD
  • +
  • Q1 2025: Candidate Recommendation of CBOR-LD and YAML-LD
  • +
+
+
From 122df6957fc067b615a9fbadcae167459b299365 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Wed, 17 Apr 2024 17:23:10 +0200 Subject: [PATCH 2/4] Update 2024/json-ld-wg/index.html Co-authored-by: Anatoly Scherbakov --- 2024/json-ld-wg/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2024/json-ld-wg/index.html b/2024/json-ld-wg/index.html index 0324038..a098088 100644 --- a/2024/json-ld-wg/index.html +++ b/2024/json-ld-wg/index.html @@ -156,7 +156,8 @@

Scope

- It will also develop new Recomendation Track deliverables, based on work incubated by the JSON for Linking Data Community Group, specifying the use JSON-LD algorithms with similar formats (YAML, CBOR). + It will also develop new Recommendation Track deliverables, based on work incubated by the JSON for Linking Data Community Group, + specifying the use of JSON-LD algorithms with similar formats (YAML, CBOR, and more).

The Working group is expected to coordinate with the JSON for Linking Data Community Group on consensus-based proposals related to content changes for the JSON-LD Working Group Deliverables. The Chairs of this group may choose to reject proposals that are incompatible with this Charter.

From 3d26d7a88545ccf6dff742d5c4937b6f0da977d6 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Wed, 17 Apr 2024 17:26:04 +0200 Subject: [PATCH 3/4] fix copy-pasto --- 2024/json-ld-wg/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/json-ld-wg/index.html b/2024/json-ld-wg/index.html index a098088..555de87 100644 --- a/2024/json-ld-wg/index.html +++ b/2024/json-ld-wg/index.html @@ -267,7 +267,7 @@

Timeline

  • September 2022: First teleconference
  • Q2 2024: FPWD of CBOR-LD and YAML-LD
  • Q4 2024: Candidate Recommendation of CBOR-LD and YAML-LD
  • -
  • Q1 2025: Candidate Recommendation of CBOR-LD and YAML-LD
  • +
  • Q1 2025: Recommendation of CBOR-LD and YAML-LD
  • From 30c8f5716678b641836f5a742b0413bc7025aeb4 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Wed, 17 Apr 2024 18:05:59 +0200 Subject: [PATCH 4/4] Update 2024/json-ld-wg/index.html Co-authored-by: Ted Thibodeau Jr --- 2024/json-ld-wg/index.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/2024/json-ld-wg/index.html b/2024/json-ld-wg/index.html index 555de87..b530396 100644 --- a/2024/json-ld-wg/index.html +++ b/2024/json-ld-wg/index.html @@ -265,9 +265,24 @@

    Timeline

    • September 2022: First teleconference
    • -
    • Q2 2024: FPWD of CBOR-LD and YAML-LD
    • -
    • Q4 2024: Candidate Recommendation of CBOR-LD and YAML-LD
    • -
    • Q1 2025: Recommendation of CBOR-LD and YAML-LD
    • +
    • Q2 2024 +
        +
      • FPWD of CBOR-LD
      • +
      • FPWD of YAML-LD
      • +
      +
    • +
    • Q4 2024 +
        +
      • Candidate Recommendation of CBOR-LD
      • +
      • Candidate Recommendation of YAML-LD
      • +
      +
    • +
    • Q1 2025 +
        +
      • Recommendation of CBOR-LD
      • +
      • Recommendation of YAML-LD
      • +
      +