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

Extension: alsoKnownAs from DID Core #512

Merged
merged 2 commits into from
Nov 7, 2020
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions ns/activitystreams.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@
"shares": {
"@id": "as:shares",
"@type": "@id"
},
"alsoKnownAs": {
"@id": "as:alsoKnownAs",
"@type": "@id"
cwebber marked this conversation as resolved.
Show resolved Hide resolved
}
}
}
19 changes: 16 additions & 3 deletions ns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h2 id="w3c-document-13-april-2018"><abbr title="World Wide Web Consortium">W3C<
This document is merely a <abbr title="World Wide Web Consortium">W3C</abbr>-internal document. It
has no official standing of any kind and does not represent consensus of the <abbr title="World Wide Web Consortium">W3C</abbr>
Membership.
</p></section><nav id="toc"><h2 class="introductory" id="table-of-contents">Table of Contents</h2><ol class="toc"><li class="tocline"><a href="#h-introduction" class="tocxref"><span class="secno">1. </span><span property="xhv:role" resource="xhv:heading"><span class="secno">1. </span>Introduction</span></a></li><li class="tocline"><a href="#class-definitions" class="tocxref"><span class="secno">2. </span>Class definitions</a></li><li class="tocline"><a href="#property-definitions" class="tocxref"><span class="secno">3. </span>Property definitions</a></li><li class="tocline"><a href="#extensions" class="tocxref"><span class="secno">4. </span>Extensions</a><ol class="toc"><li class="tocline"><a href="#activitypub" class="tocxref"><span class="secno">4.1 </span>ActivityPub</a></li></ol></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">A. </span>References</a><ol class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">A.1 </span>Normative references</a></li></ol></li></ol></nav>
</p></section><nav id="toc"><h2 class="introductory" id="table-of-contents">Table of Contents</h2><ol class="toc"><li class="tocline"><a href="#h-introduction" class="tocxref"><span class="secno">1. </span><span property="xhv:role" resource="xhv:heading"><span class="secno">1. </span>Introduction</span></a></li><li class="tocline"><a href="#class-definitions" class="tocxref"><span class="secno">2. </span>Class definitions</a></li><li class="tocline"><a href="#property-definitions" class="tocxref"><span class="secno">3. </span>Property definitions</a></li><li class="tocline"><a href="#extensions" class="tocxref"><span class="secno">4. </span>Extensions</a><ol class="toc"><li class="tocline"><a href="#activitypub" class="tocxref"><span class="secno">4.1 </span>ActivityPub</a></li><li class="tocline"><a href="#did-core" class="tocxref"><span class="secno">4.2 </span>DID Core</a></li></ol></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">A. </span>References</a><ol class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">A.1 </span>Normative references</a></li></ol></li></ol></nav>

<section property="bibo:hasPart" resource="#introduction" typeof="bibo:Chapter" id="introduction">
<!--OddPage-->
Expand Down Expand Up @@ -617,7 +617,7 @@ <h3 id="links-and-relationships">Links and Relationships</h3>

<section id="extensions">
<!--OddPage--><h2 id="x4-extensions"><span class="secno">4. </span>Extensions</h2>
<p>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.</p>
<p>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.</p>

<section id="activitypub">
<h3 id="x4-1-activitypub"><span class="secno">4.1 </span>ActivityPub</h3>
Expand All @@ -644,6 +644,19 @@ <h3 id="x4-1-activitypub"><span class="secno">4.1 </span>ActivityPub</h3>
</ul>
</section>

<section id="did-core">
<h3 id="x4-2-did-core"><span class="secno">4.2 </span>DID Core</h3>
<p>The terms in this section are described in the [<cite><a class="bibref" href="#bib-did-core">DID-CORE</a></cite>] specification.</p>
<ul>
<li>
<a href="https://www.w3.org/TR/did-core/#dfn-alsoknownas" id="alsoKnownAs">alsoKnownAs</a> (<code>@id</code>)
<ul>
<li>Social Web Incubator CG Resolution: <a href="https://www.w3.org/2020/11/07-social-minutes.html#ResolutionSummary">2020-11-07</a></li>
</ul>
</li>
</ul>
</section>

</section>


Expand Down Expand Up @@ -687,4 +700,4 @@ <h3 id="x4-1-activitypub"><span class="secno">4.1 </span>ActivityPub</h3>
</style><section id="references" class="appendix"><!--OddPage--><h2 id="a-references"><span class="secno">A. </span>References</h2><section id="normative-references"><h3 id="a-1-normative-references"><span class="secno">A.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-ActivityPub">[ActivityPub]</dt><dd><a href="https://www.w3.org/TR/activitypub/"><cite>ActivityPub</cite></a>. Christopher Webber; Jessica Tallon. W3C. 23 January 2018. W3C Recommendation. URL: <a href="https://www.w3.org/TR/activitypub/">https://www.w3.org/TR/activitypub/</a>
</dd><dt id="bib-ActivityStreams">[ActivityStreams]</dt><dd><a href="https://w3.org/TR/activitystreams-core"><cite>ActivityStreams 2.0</cite></a>. James Snell; Evan Prodromou. W3C. W3C Candidate Recommendation. URL: <a href="https://w3.org/TR/activitystreams-core">https://w3.org/TR/activitystreams-core</a>
</dd><dt id="bib-ActivityStreamsVocab">[ActivityStreamsVocab]</dt><dd><a href="https://w3.org/TR/activitystreams-vocabulary"><cite>ActivityStreams 2.0 Vocabulary</cite></a>. James Snell; Evan Prodromou. W3C. W3C Candidate Recommendation. URL: <a href="https://w3.org/TR/activitystreams-vocabulary">https://w3.org/TR/activitystreams-vocabulary</a>
</dd></dl></section></section><p role="navigation" id="back-to-top"><a href="#title"><abbr title="Back to Top">↑</abbr></a></p><script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script></body></html>
</dd><dt id="bib-did-core">[DID-CORE]</dt><dd><a href="https://www.w3.org/TR/did-core/"><cite>Decentralized Identifiers (DIDs) v1.0</cite></a>. Drummond Reed; Manu Sporny; Markus Sabadello; Dave Longley; Christopher Allen. W3C. 13 November 2019. W3C Working Draft. URL: <a href="https://www.w3.org/TR/did-core/">https://www.w3.org/TR/did-core/</a></dd></dl></section></section><p role="navigation" id="back-to-top"><a href="#title"><abbr title="Back to Top">↑</abbr></a></p><script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script></body></html>