@@ -37,6 +37,24 @@ to JSON with added semantics. Finally, the format is intended to be fast
3737to parse, fast to generate, stream-based and document-based processing
3838compatible, and require a very small memory footprint in order to operate.
3939
40+ Conformance
41+ -----------
42+
43+ This library aims to pass the [ test-suite] [ ] and conform with the following:
44+
45+ * [ JSON-LD 1.0] [ ] ,
46+ W3C Recommendation,
47+ 2014-01-16, and any [ errata] [ ]
48+ * [ JSON-LD 1.0 Processing Algorithms and API] [ ] ,
49+ W3C Recommendation,
50+ 2014-01-16, and any [ errata] [ ]
51+ * [ JSON-LD 1.1] [ ] ,
52+ Draft Community Group Report,
53+ 2018-02-15 or [ newer] [ JSON-LD latest ]
54+ * [ JSON-LD 1.1 Processing Algorithms and API] [ ] ,
55+ Draft Community Group Report,
56+ 2018-02-15 or [ newer] [ JSON-LD Processing and Algorithms API latest ]
57+
4058Installation
4159------------
4260
@@ -347,9 +365,17 @@ To generate earl reports:
347365
348366[ Digital Bazaar ] : http://digitalbazaar.com/
349367[ JSON-LD ] : http://json-ld.org/
368+ [ JSON-LD 1.0 ] : http://www.w3.org/TR/2014/REC-json-ld-20140116/
369+ [ JSON-LD 1.0 Processing Algorithms and API ] : http://www.w3.org/TR/2014/REC-json-ld-api-20140116/
370+ [ JSON-LD 1.1 ] : https://json-ld.org/spec/ED/json-ld/20180215/
371+ [ JSON-LD 1.1 Processing Algorithms and API ] : https://json-ld.org/spec/ED/json-ld-api/20180215/
372+ [ JSON-LD latest ] : https://json-ld.org/spec/latest/json-ld/
373+ [ JSON-LD Processing Algorithm and API latest ] : https://json-ld.org/spec/latest/json-ld-api/
350374[ Microdata ] : http://www.w3.org/TR/microdata/
351375[ Microformats ] : http://microformats.org/
352376[ RDFa ] : http://www.w3.org/TR/rdfa-core/
353377[ RFC7159 ] : http://tools.ietf.org/html/rfc7159
378+ [ errata ] : http://www.w3.org/2014/json-ld-errata
354379[ jsonld-cli ] : https://github.com/digitalbazaar/jsonld-cli
355380[ jsonld-request ] : https://github.com/digitalbazaar/jsonld-request
381+ [ test suite ] : https://github.com/json-ld/json-ld.org/tree/master/test-suite
0 commit comments