Rathachai / d3rdf

Visualizing triple using D3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D3RDF

Description

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).

Codes

Announcement

Example

alt tag

Citation

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.

References

  1. D3 : http://d3js.org/
  2. Force-Directed Graph : http://bl.ocks.org/mbostock/4062045
  3. Curve Links : http://bl.ocks.org/mbostock/4600693

About

Visualizing triple using D3.

License:GNU General Public License v2.0


Languages

Language:HTML 100.0%