-
Notifications
You must be signed in to change notification settings - Fork 28
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
JSON-LD support #34
Comments
JSON-LD support would be great! Parsing or serialisation, or both? It's not something I could commit time to, but a pull request would be very welcome. The existing parsers use the W3C test suite as its unit tests, which covers the rdf4h parsers for lots of corner cases, so having support JSON-LD with corresponding Haskell tests for the W3c JSON-LD tests would be ideal. See: https://github.com/json-ld/json-ld.org/tree/master/test-suite |
Cool, I'll put some thought into it over the holidays. For my specific use case I need to parse, but serialization into JSON-LD looks remarkably straightforward. I'll see what I can do! :-) |
Using aeson, say? |
Hi @biesnecker , how far did you get with this JSON-LD parser? |
Not far, sadly. Ended up having to write the project in C++ so didn't work On Thursday, October 27, 2016, Rob Stewart [email protected] wrote:
|
Is there any thought to adding support for JSON-LD? If no, any interest in pull requests that attempt to add rudimentary support?
The text was updated successfully, but these errors were encountered: