Skip to content
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

Support @list and compound literal compaction #12

Open
rubensworks opened this issue Mar 26, 2020 · 0 comments
Open

Support @list and compound literal compaction #12

rubensworks opened this issue Mar 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@rubensworks
Copy link
Owner

Currently, this serializer will not output RDF lists via the @list keyword by default, and compound literals for RDF direction.
Because of this, this serializer does not pass all of the JSON-LD 1.1 spec tests.

A special buffering mode could be added to this serializer that would buffer all potential list and compound literal triples, and emit them at the end of the stream if they are valid.

Obviously, this would lose some of the streaming benefits of this serializer, but it may be still valuable for some use cases.

@rubensworks rubensworks added the enhancement New feature or request label Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant