Skip to content

Commit efa0696

Browse files
authored
Merge pull request #38 from nichtich/master
Extend list of related standards
2 parents 575e535 + 2e38d8f commit efa0696

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.rst

+14-5
Original file line numberDiff line numberDiff line change
@@ -348,20 +348,29 @@ Related Standards
348348
Graph data in JSON is usually modelled in application-specific ad-hoc
349349
formats. 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

355360
and 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

366375
Links
367376
-----

0 commit comments

Comments
 (0)