Closed
Description
The spec of iri compaction states in 2.8
2.8.1: If value contains an
@index
member, append the values@graph@index
and@graph@index@set
to containers.
2.8.4 If value does not contain the key
@index
, append the values@graph@index
and@graph@index@set
to containers.
In other words, this boils down to always adding @graph@index
and @graph@index@set
to the containers
array.
So either the spec can be simplified or some copy-paste error occurred. Could you please clarify?