Description
In the Expansion Algorithm I personally find the description of the Step 13.8.3.7.2.3 hard to understand:
Initialize
index property values
to the concatenation ofre-expanded index
with any existing values ofexpanded index key
initem
.
The variable re-expanded index
holds a value object. I don't understand how to "concatenate" a value object with anything. I find the use of "any" confusing, does it mean "all", or "the first one you find"? Moreover, expanded index key
is most likely to be an expanded IRI and I don't see any situation where it would appear in item
(unless we consider the expanded keys in item
? I'm lost).
In my implementation, I temporarily simplified this step by just defining index property values
as re-expanded index
. My plan was to come back to it while running the expansion tests, trying to understand reading the tests.
However I now pass all the tests without changing this part...