This project uses force layout of D31 to visualize the expression "subject–predicate–object", a.k.a. a triple in RDF terminology, under semantic web and linked data domains. It is implemented on top of the Force-Directed Graph2 by adding a label for every node (resource: subject or object), and an arrow and a label for every edge (predicate).
- Visualization of Triples : http://rathachai.github.io/d3rdf/index.html
- Curve Links : http://rathachai.github.io/d3rdf/curvelinks.html
- User Adding Triples : http://rathachai.github.io/d3rdf/userAdding.html
- [TBD]
- D3 : http://d3js.org/
- Force-Directed Graph : http://bl.ocks.org/mbostock/4062045
- Curve Links : http://bl.ocks.org/mbostock/4600693