GML
Convert any formatto GML Convert from GMLto any other format
Graph Modelling Language (GML) is a hierarchical ASCII-based format for graphs. See Gephis page for details.
Hierarchical text format for graphs with arbitrary key-value attributes.
Alternative Names: Graph Modelling Language
| Feature | GML |
|---|---|
| Multiple Graphs per Document | |
| Nodes | |
| Undirected Edges | |
| Directed Edges | |
| Hyperedges | |
| Mixed-directionality Edges | |
| Parallel Edges | |
| Self-loops | |
| Edges on Edges | |
| Nested Graphs in Nodes | |
| Nested Graphs in Edges | |
| Nested Graphs in Graphs | |
| Node Labels | |
| Edge Labels | |
| Attributes on Nodes | |
| Attributes on Edges | |
| Attributes on Graphs | |
| Typed Edges | |
Tools(Read & Write)
Read-only Tools
Frequently Asked Questions
What is a GML file?
A GML file stores a graph — its nodes, edges and attributes — in the GML format (also: Graph Modelling Language). See the feature table above for what it supports.
How do I open a GML file?
Open it in a graph tool that supports GML, or convert it to a format your tool reads. With GraphInOut you can convert GML to GraphML, DOT, Connected JSON and more, right in your browser.
How do I convert a GML file to another format?
Use the Convert from GML link above: upload or paste your GML file (input preset to GML), choose a target format and download the result — free, no install.

