diff --git a/index.html b/index.html index 5acce5eb..8b1cec53 100644 --- a/index.html +++ b/index.html @@ -3043,9 +3043,13 @@

Algorithm

element from the value of @preserve as value.
  • Initialize containers to an empty array. This array will be used to keep track of an ordered list of - preferred container mapping - for a term, based on what is compatible with - value.
  • + preferred container mapping for a term, + based on what is compatible with value. +
    + Algorithm steps may append the same value to containers, + but the order in which they are added is significant for choosing the most appropriate term. +
    +
  • Initialize type/language to @language, and type/language value to @null. These two variables will keep track of the preferred @@ -5559,16 +5563,11 @@

    Security Considerations

    Open Issues

    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.