We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66d9a3e + b4ced41 commit 575e535Copy full SHA for 575e535
1 file changed
README.rst
@@ -342,6 +342,27 @@ See `TESTING`_.
342
343
.. _links:
344
345
+Related Standards
346
+-----------------
347
+
348
+Graph data in JSON is usually modelled in application-specific ad-hoc
349
+formats. In addition there are several text-based graph formats:
350
351
+- Graph Modelling Language (GML)
352
+- DOT (graphviz syntax)
353
+- Trivial Graph Format (TGF)
354
355
+and XML-based graph formats:
356
357
+- Directed Graph Markup Language (DGML)
358
+- Graph Exchange XML Format (GEXF)
359
+- Graph eXchange Language (GXL)
360
+- GraphML
361
+- DotML (XML representation of DOT)
362
+- XGMML (XML representation of GML)
363
364
+More specific types of graph formats exist for RDF and Graph databases.
365
366
Links
367
-----
368
0 commit comments