diff --git a/index.html b/index.html index 5acce5eb..8b1cec53 100644 --- a/index.html +++ b/index.html @@ -3043,9 +3043,13 @@
@preserve
as value.
@language
,
and type/language value to @null
. These two
variables will keep track of the preferred
@@ -5559,16 +5563,11 @@ The following is a list of issues open at the time of publication.
-Provide a way to compact terms, but not value objects or node references.
Allow @type
to have a @container
specification, such as @set
.
Define a "streaming profile" for JSON-LD to help parse data from a stream, rather than require the entire document to be in memory. Also to generate documents that can be so streamed. This would aid in using JSON-LD as a dataset dump format where there are a very large number of quads.
-Provide a way to not compact node references.
-Remove requirement that dictionary memberes to either processed in lexographical order or generated in lexographical order.
Problems importing contexts which reference other common contexts and result in an error.
- -Currently, the algorithms are quite proscriptive on how blank node identifiers are named, principally to make it easier to test the results, however for some things this becomes difficult or impossible, and inhibits algorithms from being conformant based on a strict textual/structural validation of the results.
For @graph
containers, use the generated graph name identifier as the default subject for nodes in that graph.
Option to specify level of compaction for literals & resources.