RDF (Directed Labeled Graph) with JSON-LD #564
elf-pavlik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to visualize directed labeled graphs, specifically RDF represented with JSON-LD
In short, nodes in a graph can be referenced with special
{ "@id": "https://some.uri.example" }notation, this allows representation of Directed Labeled Graphs since objects with the same@idare the same node in the graph.Thinking about graph visualization, tree could still work, but maybe nodes with
@idcould allow pinning/unpinning them as a root of the tree. As for incoming / outgoing edges, an arrow could indicate if the edge is incoming or outgoing.Beta Was this translation helpful? Give feedback.
All reactions