Skip to content
EntityQ1543325· pop 8· linked from 29 articles

GraphML is an XML-based file format for graphs. The GraphML file format results from the joint effort of the graph drawing community to define a common format for exchanging graph structure data. It uses an XML-based syntax and supports the entire range of possible graph structure constellations including directed, undirected, mixed graphs, hypergraphs, and application-specific attributes.

Wikidata facts

Official website
graphml.graphdrawing.org
Show 1 more fact
Sources (1)

via Wikidata · CC0

~2 min read

Article

4 sections
Contents
  • Overview
  • See also
  • References
  • External links

GraphML is an XML-based file format for graphs. The GraphML file format results from the joint effort of the graph drawing community to define a common format for exchanging graph structure data. It uses an XML-based syntax and supports the entire range of possible graph structure constellations including directed, undirected, mixed graphs, hypergraphs, and application-specific attributes.

==Overview== A GraphML file consists of an XML file containing a graph element, within which is an unordered sequence of node and edge elements. Each node element should have a distinct id attribute, and each edge element has source and target attributes that identify the endpoints of an edge by having the same value as the id attributes of those endpoints. Here is what a simple undirected graph with two nodes and one edge between them looks like:

Available in 8 languages

via Wikidata sitelinks · CC0

Connections

Categories