@@ -348,20 +348,29 @@ Related Standards
348
348
Graph data in JSON is usually modelled in application-specific ad-hoc
349
349
formats. In addition there are several text-based graph formats:
350
350
351
- - Graph Modelling Language (GML)
352
- - DOT (graphviz syntax)
351
+ - `Graph Modelling Language <https://gephi.org/users/supported-graph-formats/gml-format/ >`__ (GML)
352
+ - `DOT <https://en.wikipedia.org/wiki/DOT_(graph_description_language) >`__ (graphviz syntax)
353
+ - `Pajekt NET format <https://gephi.org/users/supported-graph-formats/pajek-net-format/ >`__
354
+ - `Netdraw VNA format <https://gephi.org/users/supported-graph-formats/netdraw-vna-format/ >`__
355
+ - `UCINET DL Format <https://gephi.org/users/supported-graph-formats/ucinet-dl-format/ >`__
353
356
- Trivial Graph Format (TGF)
357
+ - `GUESS format <https://gephi.org/users/supported-graph-formats/gdf-format/ >`__ (GDF)
358
+ - `Tulip TLP format <http://tulip.labri.fr/TulipDrupal/?q=tlp-file-format >`__
354
359
355
360
and XML-based graph formats:
356
361
357
362
- Directed Graph Markup Language (DGML)
358
- - Graph Exchange XML Format (GEXF)
363
+ - ` Graph Exchange XML Format < https://gephi.org/gexf/format >`__ (GEXF)
359
364
- Graph eXchange Language (GXL)
360
- - GraphML
365
+ - ` GraphML < http://graphml.graphdrawing.org/ >`__
361
366
- DotML (XML representation of DOT)
362
367
- XGMML (XML representation of GML)
363
368
364
- More specific types of graph formats exist for RDF and Graph databases.
369
+ Several semi-standardized JSON-based graph formats are found in
370
+ applications, for instance
371
+ `Cytoscape JSON <http://js.cytoscape.org/#notation/elements-json >`__.
372
+ Simple graphs can also be expressed `in CSV
373
+ format <https://gephi.org/users/supported-graph-formats/csv-format/> `__.
365
374
366
375
Links
367
376
-----
0 commit comments