@@ -348,20 +348,29 @@ Related Standards
348348Graph data in JSON is usually modelled in application-specific ad-hoc
349349formats. In addition there are several text-based graph formats:
350350
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/ >`__
353356- 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 >`__
354359
355360and XML-based graph formats:
356361
357362- Directed Graph Markup Language (DGML)
358- - Graph Exchange XML Format (GEXF)
363+ - ` Graph Exchange XML Format < https://gephi.org/gexf/format >`__ (GEXF)
359364- Graph eXchange Language (GXL)
360- - GraphML
365+ - ` GraphML < http://graphml.graphdrawing.org/ >`__
361366- DotML (XML representation of DOT)
362367- XGMML (XML representation of GML)
363368
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/> `__.
365374
366375Links
367376-----
0 commit comments