Parse documents into interlinked object structures #15
Comments
lanthaler
added a commit
that referenced
this issue
Feb 2, 2013
…rsed documents Furthermore, NodeInterface was created so that more specialized nodes can be created in custom implementations. This addresses #15.
lanthaler
added a commit
that referenced
this issue
Feb 4, 2013
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: