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.
-
Table of Contents 1. 1. Introduction2. Class definitions3. Property definitions4. Extensions4.1 ActivityPubA. ReferencesA.1 Normative references
+ Table of Contents 1. 1. Introduction2. Class definitions3. Property definitions4. Extensions4.1 ActivityPub4.2 Additional termsA. ReferencesA.1 Normative references
@@ -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
↑