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
- The new version for Colab https://github.com/Rathachai/rdfviz/blob/main/ex/rdfviz-examples.ipynb
Please refer to :
Chawuthai, R., & Takeda, H.: Rdf graph visualization by interpreting linked data as knowledge. In Joint International Semantic Technology Conference (pp. 23-39). Springer, 2015.
- D3 : http://d3js.org/
- Force-Directed Graph : http://bl.ocks.org/mbostock/4062045
- Curve Links : http://bl.ocks.org/mbostock/4600693