diff --git a/spec/index.html b/spec/index.html index 1c6448f..880e3ab 100644 --- a/spec/index.html +++ b/spec/index.html @@ -579,7 +579,7 @@

Namespace Prefixes

A YAML-LD document complies with the YAML-LD Basic profile of this specification if it follows the normative statements from this specification - and can be transformed into a JSON-LD representation, + and can be transformed into a [[JSON-LD11]] representation, then back to a conforming YAML-LD document, without loss of semantic information.

@@ -588,6 +588,43 @@

Namespace Prefixes

For convenience, normative statements for documents are often phrased as statements on the properties of the document.

+ +
+

JSON-LD Version

+ +

YAML-LD supports [[[JSON-LD11]]] [[JSON-LD11]] and later.

+
+ +
+

Test Suites

+ +

To be conformant, an implementation MUST satisfy all test cases from the following test suites:

+ + + +

...with the exclusion of the test cases where:

+ + + +

+ Since YAML is a superset of JSON, testing a YAML-LD against + tests cases from JSON-LD test suites should be trivial. +

+