6
6
< script src ="http://www.w3.org/Tools/respec/respec-w3c-common " async class ="remove "> </ script >
7
7
< script class ="remove ">
8
8
var respecConfig = {
9
- specStatus : "CR" ,
9
+ specStatus : "ED" ,
10
+ prEnd : "2017-05-11" ,
10
11
crEnd : "2017-01-12" ,
11
12
license : "w3c-software-doc" ,
12
13
edDraftURI : "http://w3c.github.io/activitystreams/core/" ,
24
25
} ,
25
26
{
26
27
name : "Evan Prodromou" ,
27
- url : "https://fuzzy.ai/about#evan " ,
28
+ url : "https://fuzzy.ai/about" ,
28
29
company : "Fuzzy.ai" ,
29
30
companyUrl : "https://fuzzy.ai" ,
30
31
w3cid : "43626"
31
32
}
32
- ] ,
33
+ ] ,
34
+
33
35
maxTocLevel : 2 ,
34
- previousMaturity : "WD " ,
35
- previousPublishDate : "2016-07-12 " ,
36
+ previousMaturity : "CR " ,
37
+ previousPublishDate : "2016-12-15 " ,
36
38
wg : "Social Web Working Group" ,
37
- wgURI : "http ://www.w3.org/Social/WG" ,
39
+ wgURI : "https ://www.w3.org/Social/WG" ,
38
40
wgPublicList : "public-socialweb" ,
39
- wgPatentURI : "http ://www.w3.org/2004/01/pp-impl/72531/status" ,
41
+ wgPatentURI : "https ://www.w3.org/2004/01/pp-impl/72531/status" ,
40
42
localBiblio : {
41
43
"AS1" : {
42
44
title : "JSON Activity Streams 1.0" ,
@@ -275,7 +277,7 @@ <h3>JSON-LD</h3>
275
277
be consistent with what would be produced by the standard
276
278
JSON-LD 1.0 Processing Algorithms and API [[!JSON-LD-API]] Compaction
277
279
Algorithm using, at least, the normative JSON-LD @context definition
278
- provided < a href ="activitystreams2-context.jsonld "> here</ a > .
280
+ provided < a href ="https://www.w3.org/ns/activitystreams "> here</ a > .
279
281
Implementations MAY augment the provided @context with additional
280
282
@context definitions but MUST NOT override or change the normative
281
283
context. Implementations MAY also use additional properties and values
@@ -293,7 +295,7 @@ <h3>JSON-LD</h3>
293
295
by the [[JSON-LD]] specification. Implementations producing Activity
294
296
Streams 2.0 documents SHOULD include a < code > @context</ code > property
295
297
with a value that includes a reference to the normative
296
- < a href ="activitystreams2-context.jsonld "> Activity Streams 2.0 JSON-LD
298
+ < a href ="https://www.w3.org/ns/activitystreams "> Activity Streams 2.0 JSON-LD
297
299
@context definition</ a > using the URL
298
300
"< code > https://www.w3.org/ns/activitystreams</ code > ". Implementations
299
301
MAY use the alternative URL
@@ -379,7 +381,7 @@ <h2>Context with an array</h2>
379
381
"< code > application/activity+json</ code > " MIME media type, and
380
382
that document does not contain a < code > @context</ code > property
381
383
whose value includes a reference to the normative
382
- < a href ="activitystreams2-context.jsonld "> Activity Streams 2.0 JSON-LD
384
+ < a href ="https://www.w3.org/ns/activitystreams "> Activity Streams 2.0 JSON-LD
383
385
@context definition</ a > , the implementation MUST assume that the
384
386
normative @context definition still applies.
385
387
</ p >
@@ -661,7 +663,7 @@ <h2><dfn id="asobject">Object</dfn></h2>
661
663
< code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment "> attachment</ a > </ code > |
662
664
< code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto "> attributedTo</ a > </ code > |
663
665
< code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience "> audience</ a > </ code > |
664
- < code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content-term "> content</ a > </ code > |
666
+ < code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content "> content</ a > </ code > |
665
667
< code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context "> context</ a > </ code > |
666
668
< code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content "> contentMap</ a > </ code > |
667
669
< code > < a href ="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name "> name</ a > </ code > |
@@ -2311,7 +2313,7 @@ <h2>Deprecated Activity Streams 1.0 Syntax</h2>
2311
2313
While the syntax defined by this specification diverges from
2312
2314
that defined by JSON Activity Streams 1.0, the fundamental model
2313
2315
defined by that original specification remains intact. Specific
2314
- < a href =" #deprecated-syntax " > processing rules</ a > are defined by
2316
+ processing rules are defined by
2315
2317
this specification that allow existing Activity Streams 1.0
2316
2318
documents to be mapped to and processed as an Activity Streams 2.0
2317
2319
document.
@@ -2353,7 +2355,7 @@ <h2>Deprecated Activity Streams 1.0 Syntax</h2>
2353
2355
When processing Activity Streams 1.0 documents using a JSON-LD
2354
2356
processing model, implementations can use the special AS 1.0 to AS 2.0
2355
2357
expansion @context definition provided
2356
- < a href ="activitystreams1-context.jsonld "> here</ a > to produce
2358
+ < a href ="https://www.w3.org/ns/ activitystreams1-context.jsonld "> here</ a > to produce
2357
2359
the JSON-LD expanded representation. Refer to the
2358
2360
< a href ="http://www.w3.org/TR/json-ld-api/#expansion-algorithms "> JSON-LD
2359
2361
Processing Algorithms and API</ a > for details.
0 commit comments