We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67e78d commit a7faf5bCopy full SHA for a7faf5b
common/jsonld.js
@@ -42,8 +42,8 @@ const jsonld = {
42
}
43
},
44
conversions: {
45
- "https://w3c.github.io/json-ld-syntax/": "http://www.w3.org/TR/2018/WD-json-ld11-20180911/",
46
- "https://w3c.github.io/json-ld-api/": "http://www.w3.org/TR/2018/WD-json-ld11-api-20180911/",
47
- "https://w3c.github.io/json-ld-framing/": "http://www.w3.org/TR/2018/WD-json-ld11-framing-20180911/"
+ "https://w3c.github.io/json-ld-syntax/": "http://www.w3.org/TR/json-ld11/",
+ "https://w3c.github.io/json-ld-api/": "http://www.w3.org/TR/json-ld11-api/",
+ "https://w3c.github.io/json-ld-framing/": "http://www.w3.org/TR/json-ld11-framing/"
48
49
};
0 commit comments