gJGF
Extends JGF Version 2. Used by the Python gravis package for interactive graph visualization.
| Feature | Support | Notes |
|---|---|---|
| Attributes on Edges | ✅ | Via metadata object |
| Attributes on Graphs | ✅ | Inherited from JGF |
| Attributes on Nodes | ✅ | Via metadata object |
| Directed Edges | ✅ | Via directed property (graph or edge level) |
| Edge Labels | ✅ | Via label field |
| Edges on Edges | ❌ | |
| Hyperedges | ✅ | Defined in spec but ignored by gravis tooling |
| Mixed-directionality Edges | ❌ | |
| Multiple Graphs per Document | ✅ | Via graphs structure |
| Nested Graphs in Edges | ❌ | |
| Nested Graphs in Graphs | ❌ | |
| Nested Graphs in Nodes | ❌ | |
| Node Labels | ✅ | Via label field |
| Nodes | ✅ | |
| Typed Edges | ✅ | Via relation field (ignored by gravis tooling) |
| Undirected Edges | ✅ | Via directed property (graph or edge level) |
Input Content
Input Format
Output Format
All Formats: Adjacency List (NetworkX)| BioGRID Tab 3.0| Chaco| Connected JSON| CytoScape JSON| DOT (GraphViz)| Edge List| GDF| GEXF| gJGF| GML| Graph6| GraphML| GXL| JGF| Matrix Market| Nested Network Format| Netdraw VNA| OCIF| Pajek| PSI-MI Tab 2.5| SBML| TGF| UCINET DL| VOSviewer JSON| XGMML