From 81e01ff00a758d118904f7d1d4eac84a37556ce2 Mon Sep 17 00:00:00 2001 From: rhiaro Date: Mon, 21 Sep 2020 11:46:53 +0100 Subject: [PATCH 1/2] Extension: alsoKnownAs from DID Core, see issue #511 --- ns/activitystreams.jsonld | 4 ++++ ns/index.html | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ns/activitystreams.jsonld b/ns/activitystreams.jsonld index df9409e..037026c 100644 --- a/ns/activitystreams.jsonld +++ b/ns/activitystreams.jsonld @@ -370,6 +370,10 @@ "shares": { "@id": "as:shares", "@type": "@id" + }, + "alsoKnownAs": { + "@id": "as:alsoKnownAs", + "@type": "@id" } } } diff --git a/ns/index.html b/ns/index.html index 9a046a3..f2ef3e3 100644 --- a/ns/index.html +++ b/ns/index.html @@ -436,7 +436,7 @@

W3C< This document is merely a W3C-internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership. -

+

@@ -644,6 +644,14 @@

4.1 ActivityPub

+
+

4.2 Additional terms

+

The terms in this section are linked to their normative definitions in external specifications.

+ +
+ @@ -687,4 +695,4 @@

4.1 ActivityPub

A. References

A.1 Normative references

[ActivityPub]
ActivityPub. Christopher Webber; Jessica Tallon. W3C. 23 January 2018. W3C Recommendation. URL: https://www.w3.org/TR/activitypub/
[ActivityStreams]
ActivityStreams 2.0. James Snell; Evan Prodromou. W3C. W3C Candidate Recommendation. URL: https://w3.org/TR/activitystreams-core
[ActivityStreamsVocab]
ActivityStreams 2.0 Vocabulary. James Snell; Evan Prodromou. W3C. W3C Candidate Recommendation. URL: https://w3.org/TR/activitystreams-vocabulary -
+
[DID-CORE]
Decentralized Identifiers (DIDs) v1.0. Drummond Reed; Manu Sporny; Markus Sabadello; Dave Longley; Christopher Allen. W3C. 13 November 2019. W3C Working Draft. URL: https://www.w3.org/TR/did-core/
From 3339e27ad6ebe40fbc10896d81a755f3ada3b591 Mon Sep 17 00:00:00 2001 From: rhiaro Date: Sat, 7 Nov 2020 17:48:58 +0000 Subject: [PATCH 2/2] Update section names and add link to CG resolution for alsoKnownAs --- ns/index.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ns/index.html b/ns/index.html index f2ef3e3..8367146 100644 --- a/ns/index.html +++ b/ns/index.html @@ -436,7 +436,7 @@

W3C< This document is merely a W3C-internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership. -

+

@@ -617,7 +617,7 @@

4. Extensions

-

This namespaced may be used by extensions to AS2 which are considered stable. The extensions must document their terms in a spec-like way at a persistant URL. Approval of extensions will be by the Social Web WG until it closes, and after that by the followup Community Group. Process and criteria for extensions approval is being finalised and will be described or linked to here in due course.

+

This namespace may be used by extensions to AS2 which are considered stable. The extensions must document their terms in a spec-like way at a persistant URL. Approval of extensions will be by the Social Web WG until it closes, and after that by the followup Community Group. Process and criteria for extensions approval is being finalised and will be described or linked to here in due course.

4.1 ActivityPub

@@ -644,11 +644,16 @@

4.1 ActivityPub

-
-

4.2 Additional terms

-

The terms in this section are linked to their normative definitions in external specifications.

+
+

4.2 DID Core

+

The terms in this section are described in the [DID-CORE] specification.