Skip to content

Commit 4e80b8d

Browse files
committed
Add at-risk issue for both i18n-datatype and compound-literal algorithm steps in from/to RDF.
1 parent 2c71975 commit 4e80b8d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4556,6 +4556,14 @@ <h2>Deserialize JSON-LD to RDF Algorithm</h2>
45564556
<p class="changed">If the {{JsonLdOptions/rdfDirection}} option is not `null`, then special processing is used to
45574557
convert from an `i18n-datatype` or `compound-literal` form.</p>
45584558

4559+
<p class="issue atrisk">The support for both `i18n-datatype` and `compound-literal`
4560+
algorithm steps are non-normative, and are AT RISK for JSON-LD 1.1.
4561+
They may be replaced with normative algorithm steps in a future version.
4562+
Either or both of these transformation methods may be removed prior to
4563+
JSON-LD 1.1 being finalized.
4564+
The JSON-LD Working Group solicits feedback from the community on the
4565+
usefulness of these transformations.</p>
4566+
45594567
<p class="changed">Implementations MUST generate only <dfn>well-formed</dfn>
45604568
<a>triples</a> and <a>graph names</a>:</p>
45614569
<ul>
@@ -4912,6 +4920,14 @@ <h3>Overview</h3>
49124920

49134921
<p class="changed">If the {{JsonLdOptions/rdfDirection}} option is not `null`, then special processing is used to
49144922
convert from an `i18n-datatype` or `compound-literal` form.</p>
4923+
4924+
<p class="issue atrisk">The support for both `i18n-datatype` and `compound-literal`
4925+
algorithm steps are non-normative, and are AT RISK for JSON-LD 1.1.
4926+
They may be replaced with normative algorithm steps in a future version.
4927+
Either or both of these transformation methods may be removed prior to
4928+
JSON-LD 1.1 being finalized.
4929+
The JSON-LD Working Group solicits feedback from the community on the
4930+
usefulness of these transformations.</p>
49154931
</section>
49164932

49174933
<section>

0 commit comments

Comments
 (0)