We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This seems to be a bug, as you would expect that an id-map would be able to expand keys based on the context of the map, not the previous context.
When fixed, EXAMPLE 98: Indexing data in JSON-LD by node identifiers in the syntax doc should be updated to put @base in a scoped-context.
@base
Also see w3c/json-ld-syntax#254 (comment).
The text was updated successfully, but these errors were encountered:
Update EXAMPLE 98: Indexing data in JSON-LD by node identifiers in ad…
acc0729
…vance of finishing w3c/json-ld-api#159.
Separate creating map context from rolling back term-scoped context w…
d6f2e0d
…hen expanding container maps for `@id` and `@type`. Fixes #159.
629ec61
gkellogg
Successfully merging a pull request may close this issue.
This seems to be a bug, as you would expect that an id-map would be able to expand keys based on the context of the map, not the previous context.
When fixed, EXAMPLE 98: Indexing data in JSON-LD by node identifiers in the syntax doc should be updated to put
@base
in a scoped-context.Also see w3c/json-ld-syntax#254 (comment).
The text was updated successfully, but these errors were encountered: