File tree Expand file tree Collapse file tree 2 files changed +4
-28
lines changed Expand file tree Collapse file tree 2 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,6 @@ const jsonld = {
2
2
// Add as the respecConfig localBiblio variable
3
3
// Extend or override global respec references
4
4
localBiblio : {
5
- "JSON-LD11" : {
6
- title : "JSON-LD 1.1" ,
7
- href : "https://w3c.github.io/json-ld-syntax/" ,
8
- authors : [ "Gregg Kellogg" ] ,
9
- publisher : "W3C" ,
10
- status : 'FPWD' ,
11
- date : '11 September 2018'
12
- } ,
13
- "JSON-LD11-API" : {
14
- title : "JSON-LD 1.1 Processing Algorithms and API" ,
15
- href : "https://w3c.github.io/json-ld-api/" ,
16
- authors : [ "Gregg Kellogg" ] ,
17
- publisher : "W3C" ,
18
- status : 'FPWD' ,
19
- date : '11 September 2018'
20
- } ,
21
- "JSON-LD11-FRAMING" : {
22
- title : "JSON-LD 1.1 Framing" ,
23
- href : "https://w3c.github.io/json-ld-framing/" ,
24
- authors : [ "Gregg Kellogg" ] ,
25
- publisher : "W3C" ,
26
- status : 'FPWD' ,
27
- date : '11 September 2018'
28
- } ,
29
5
// aliases to known references
30
6
"IEEE-754-2008" : {
31
7
title : "IEEE 754-2008 Standard for Floating-Point Arithmetic" ,
Original file line number Diff line number Diff line change 15
15
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
16
16
specStatus : "ED" ,
17
17
// if you wish the publication date to be other than today, set this
18
- //publishDate: "2013-11-05 ",
18
+ //publishDate: "2018-09-11 ",
19
19
copyrightStart : "2010" ,
20
20
21
21
// the specification's short name, as in http://www.w3.org/TR/short-name/
24
24
25
25
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
26
26
// and its maturity status
27
- prevVersion : "https://www.w3.org/TR/2014/REC -json-ld-20140116 /" ,
28
- previousPublishDate : "2014-01-16 " ,
29
- previousMaturity : "REC " ,
27
+ prevVersion : "https://www.w3.org/TR/2018/WD -json-ld11-20180911 /" ,
28
+ previousPublishDate : "2018-09-11 " ,
29
+ previousMaturity : "FPWD " ,
30
30
github : "https://github.com/w3c/json-ld-syntax/" ,
31
31
32
32
// if there a publicly available Editor's Draft, this is the link
You can’t perform that action at this time.
0 commit comments