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