Overview#
I had the opportunity to use “ARC2 RDF Graph Visualization” published by Masahide Kanzaki from Python, so here are my notes.
The public page for “ARC2 RDF Graph Visualization” is below.
https://www.kanzaki.com/works/2009/pub/graph-draw
By providing RDF described in Turtle, RDF/XML, JSON-LD, TriG, or Microdata as input, you can obtain visualization results as png or svg files.
Usage Example in Python#
Summary#
I hope this is helpful for visualizing RDF data.