-
Notifications
You must be signed in to change notification settings - Fork 60
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
Parse documents into interlinked object structures #15
Comments
…rsed documents Furthermore, NodeInterface was created so that more specialized nodes can be created in custom implementations. This addresses #15.
Merging graphs, currently doesn't work as blank nodes aren't relabeled properly. There's a bigger problem with the current implementation as nodes are generated at the graph level instead of the document level. This means that blank node graphs which are either shared between graphs or also used a graph names might get relabeled differently. |
Just a thought: why not change the blank node ID generator function so it builds long random hashes instead of |
This stems from compatibility with the JSON-LD spec. Such blank node IDs need to be generated for other methods which are reused internally by this function. |
It should be possible to work directly with the data contained in a document. Some functionality that should be supported:
At a later point, it should also be possible to query for nodes or properties.
The text was updated successfully, but these errors were encountered: