-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Compaction algorithm doesn't compact properties with { "@type": "@id" } specified in context #20
Comments
Are you accepting pull requests for this? Do you need new maintainers? |
A PR for this would be great. This project hasn't had a lot of attention lately, but I can help you get the changes in. |
Sorry to swamp you with issues today @emgarten but I would like to help resolve at least the ones I've created. I have put a PR in and have another one or two which I can send in whatever form/schedule is easiest for you to receive. |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Reopening this as part of #60 |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
dependent on pending issues |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Given
when I compact the document:
I believe I should get:
This matches the playground output on the JSON-LD site: https://json-ld.org/playground/#/gist/c01a7b032f191afc9034c307caf17a61
The value compaction algorithm: (6.5.2 Algorithm, 4.1: https://json-ld.org/spec/latest/json-ld-api/#algorithm-8, retrieved 2018-01-10) says:
However, json-ld.net instead returns:
The text was updated successfully, but these errors were encountered: