-
Notifications
You must be signed in to change notification settings - Fork 8
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
Convert JSON-LD to YAML-LD using standard YAML libraries #12
Comments
Having worked with this, and some standard YAML libraries in Ruby, I think we want to tread lightly and reduce requirements to basic/expanded profile considerations: In the Basic Profile:
In the Extended Profile:
These should allow the simple use of existing libraries for turning the Internal Representation into YAML with standard controls. |
This issue was discussed on the Aug 03 meeting. |
This issue was discussed in the August 17th meeting. General feel that it can be merged, but more detail is still necessary. (Really for #70, duplicated there.) |
As a developer,
I want to be able to convert JSON-LD documents to YAML-LD by simply serializing the document using any standard YAML library,
So that the resulting YAML is valid YAML-LD, resolving to the same graph as the original JSON-LD.
Conversely, I would be very surprised (and annoyed) if such a simple conversion did not work.
This is why, although I do not oppose
$
-keywords (#11) for authoring YAML-LD from scratch, I want@
-keywords to be also supported.The text was updated successfully, but these errors were encountered: