You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing scoped contexts, PyLD errors when a remote context has already been seen at a higher scope, when this is not an error in JSON-LD 1.1.
See: w3c/json-ld-api#14 (comment)
And playground link demonstrating it working in Javascript: http://tinyurl.com/yayh6e74
Summary:
When processing scoped contexts, PyLD errors when a remote context has already been seen at a higher scope, when this is not an error in JSON-LD 1.1.
See: w3c/json-ld-api#14 (comment)
And playground link demonstrating it working in Javascript: http://tinyurl.com/yayh6e74
Current Behavior:
Exhibited in: https://raw.githubusercontent.com/w3c/json-ld-api/recursive-test/tests/recursive/process.py
When context A refers to context B within a scope, and context B refers to context A in a scope, then processing terminates with the error:
These are not actually cyclical, as the scoping behaves as if the
@context
definition was inline in the instance data.Expected Behavior:
The scoped contexts should be processed without the Cyclical error.
Test Data:
The text was updated successfully, but these errors were encountered: