Open filip26 opened 2 years ago
digging more into it, if you remove a: @type
from scoped context for y
then the result is
[{ 0: ...0025-context.jsonld,
100: Note,
102: { 100: x, 106: y, 108: 106 },
104: { 100: x, 106: 104, 110: 102 } }]
We should add tests that show whatever the right behavior here is, ensure we pass them, and then close the issue.
Hi, please look at this example:
document
context
The output produced by the library is:
where
why is not @type
x.b : y
andy.a: x
encoded?by using encoded examples produced by the library as a source to reverse engineering, I've got this result:
Thank you!