-
Notifications
You must be signed in to change notification settings - Fork 7
Updated test results for JSON-LD-star #61
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
base: main
Are you sure you want to change the base?
Conversation
…. This diverges from the existing spec behavior.
I wanted to get this out there even though it's not finished, and there are no corresponding spec changes. I haven't done the optional There may be some differences in opinion on what the results should look like, particularly for reifications of multiple triples. Also, the use of explicit reifiers is limited. right now.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only reviewed 'compact' and 'expand' so far. Generally LGTM, with a few questions though.
Synopsis of algorithm updates: Expansion Algorithm
Compaction Algorithm
Flattening Algorithm
Create Annotations
Serialize RDF as JSON-LD Algorithm
Object to RDF Algorithm
|
(other than annotation folding).
This diverges from the existing spec behavior.
Fixes #49.