-
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
|
This was discussed during the #json-ld meeting on 04 June 2025. View the transcriptjson-ld/json-ld-star#61<gb> Pull Request 61 Updated test results for JSON-LD-star (by gkellogg) gkellogg: this is another call for review of this one bigbluehat: these will need to be <ins>/<del> denoted changes? gkellogg: no, this is on json-ld-star which is a CG report dlehn: ...there are a lot of test files... gkellogg: yeah...we're heavy on files <TallTed> *cheers* for the gradual annotating / crosslinking niklasl: I prefer to work like this than update the algorithms; it's easier for me. dlehn: Ordering would be nice, but tagging might be appropriate. gkellogg: ideally every normative statemen links back to their tests ivan: We did it for ePub and it turned out to be extremely useful. gkellogg: I've been copying pasting from what you've been doing |
(other than annotation folding).
This diverges from the existing spec behavior.
Fixes #49.