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

Clarifies necessary coordination with W3C Groups that Solid Protocol reaches #12

Merged
merged 4 commits into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 41 additions & 30 deletions charter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,36 +401,47 @@ <h2>Coordination</h2>
<h3 id="w3c-coordination">W3C Groups</h3>

<dl>
<dt>
<a href="https://www.w3.org/2017/vc/WG/">Verifiable Credentials Working Group</a>
</dt>
<dd>
Coordination on mechanisms for granting access to resources.
</dd>
<dt>
<a href="https://www.w3.org/2019/did-wg/">DID Working Group</a>
</dt>
<dd>
Coordination on mechanisms for decentralized identifier use in Solid.
</dd>
<dt>
<a href="https://w3c-ccg.github.io/">Credentials Community Group</a>
</dt>
<dd>
Coordination on other specifications related to Decentralized Identifiers.
</dd>
<dt>
<a href="https://www.w3.org/2018/json-ld-wg/">JSON-LD Working Group</a>
</dt>
<dd>
Coordination to ensure that the JSON-LD syntax meets the Solid Working Group's needs.
</dd>
<dt>
<a href="https://www.w3.org/blog/webauthn/">Web Authentication Working Group</a>
</dt>
<dd>
Coordination to ensure that Web Authentication primitives align with Solid principles and aims.
</dd>
<dt><a href="https://www.w3.org/groups/cg/credentials">Credentials Community Group</a></dt>
<dd>To explore and report on the application of creating, storing, presenting, verifying, and user control of credentials in the context of Solid Protocol.</dd>

<dt><a href="https://www.w3.org/groups/wg/did">Decentralized Identifier Working Group</a></dt>
<dd>To investigate the areas in which existing DIDs can be adopt by the Solid Protocol (and related technical reports), as well as to advance an understanding of whether a Solid-specific DID method is needed.</dd>

<dt><a href="https://www.w3.org/groups/cg/ldpnext">LDP Next Community Group</a></dt>
<dd>To transfer applicable design decisions and implementation experience towards the Solid Protocol, and report back on components that can be adopted.</dd>

<dt><a href="https://www.w3.org/groups/cg/n3-dev">Notation 3 (N3) Community Group</a></dt>
<dd>To investigate the possibility of transferring Solid Protocol's N3 Patch to the N3 CG where its standardisation development can continue with broader applicability.</dd>

<dt><a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a></dt>
<dd>To reuse and report on recent extensions to RDF and SPARQL that can be incorporated with upstream specifications like the Solid Protocol.</dd>

<dt><a href="https://www.w3.org/groups/cg/socialcg">Social Web Incubator Community Group</a></dt>
<dd>To continue with the development of a shared understanding between Linked Data(-compatible) specifications and their reuse, e.g., ActivityPub, AS2, LDN.</dd>

<dt><a href="https://www.w3.org/groups/cg/solid">Solid Community Group</a></dt>
<dd>To maintain a separation of goals and transfer of incubated work items.</dd>

<dt><a href="https://www.w3.org/groups/wg/vc">Verifiable Credentials Working Group</a></dt>
<dd>To inquire on the suitability of credentials data models and serializations, and their potential integration with the Solid Protocol.</dd>

<dt><a href="https://www.w3.org/groups/cg/webid">WebID Community Group</a></dt>
<dd>To provide integration feedback on the use of WebIDs in Solid Protocol (and related technical reports) in order to stabilise the fundamental notions and behaviours.</dd>

<dt><a href="https://www.w3.org/groups/wg/webauthn">Web Authentication Working Group</a></dt>
<dd>To ensure that Web Authentication primitives align with Solid principles and aims, as well as investigate areas to bridge with the WebAuthn API to improve user's privacy and consent.</dd>

<dt><a href="https://www.w3.org/groups/cg/wicg">Web Platform Incubator Community Group</a></dt>
<dd>To further develop a mutual understanding of how the federated credential management API and Solid OIDC can align better.</dd>

<dt><a href="https://www.w3.org/groups/wg/wot">Web of Things Working Group</a></dt>
<dd>To investigate the suitability of Solid Protocol in the context of IoT platforms and application domains, and ways to improve their integration.</dd>
</dl>

<h3 id="external-coordination">External Organizations</h3>
<dl>
<dt><a href="https://openid.net/wg/connect/">OpenID Connect Work Group</a></dt>
<dd>Coordination on specifications related to OpenID Connect (OIDC).</dd>
</dl>

</div>
Expand Down