-
Notifications
You must be signed in to change notification settings - Fork 16
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
How should Heracle's internal data model look like? #8
Comments
My concerns with JSON-LD API functions are that
Doing the And I hit an issue with |
Oh, and regarding JSON-LD API functions - cycles will be a problem when representing a graph as tree. There is only as far as a frame can get us. |
In the last telecon minutes I see rdf-ext mentioned. I think @bergos would offer his help with potentially adopting it. Possibly another relevant reference - draft for RDF/JS High Level API rdfjs/data-model-spec#95 |
What does it currently takes to add support for parsing responses with those content types
N3.js supports parsing all of them. |
As for support of other RDF serialization, I've added a separate issue #69 for that. For details please refer to the docs and the |
Currently it uses JSON-LD framing to get to a specific JSON-LD representation.
The text was updated successfully, but these errors were encountered: