<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Graph_Modelling_Language</id>
	<title>Graph Modelling Language - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Graph_Modelling_Language"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Graph_Modelling_Language&amp;action=history"/>
	<updated>2026-04-30T21:02:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Graph_Modelling_Language&amp;diff=2275102&amp;oldid=prev</id>
		<title>imported&gt;Гриня12: /* See also */</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Graph_Modelling_Language&amp;diff=2275102&amp;oldid=prev"/>
		<updated>2024-11-22T11:52:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Distinguish|GraphML}}&lt;br /&gt;
{{Infobox file format&lt;br /&gt;
| name = &lt;br /&gt;
| icon = &lt;br /&gt;
| extension = .gml&lt;br /&gt;
| mime = text/vnd.gml&lt;br /&gt;
| developer = Michael Himsolt&lt;br /&gt;
| type = &lt;br /&gt;
| url = &lt;br /&gt;
}}{{Unsourced|date=April 2024}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Graph Modeling Language&amp;#039;&amp;#039;&amp;#039; (GML) is a hierarchical [[ASCII]]-based file format for describing [[Graph (discrete mathematics)|graphs]]. It has been also named &amp;#039;&amp;#039;Graph Meta Language&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
A simple graph in GML format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
graph [&lt;br /&gt;
	comment &amp;quot;This is a sample graph&amp;quot;&lt;br /&gt;
	directed 1&lt;br /&gt;
	id 42&lt;br /&gt;
	label &amp;quot;Hello, I am a graph&amp;quot;&lt;br /&gt;
	node [&lt;br /&gt;
		id 1&lt;br /&gt;
		label &amp;quot;node 1&amp;quot;&lt;br /&gt;
		thisIsASampleAttribute 42&lt;br /&gt;
	]&lt;br /&gt;
	node [&lt;br /&gt;
		id 2&lt;br /&gt;
		label &amp;quot;node 2&amp;quot;&lt;br /&gt;
		thisIsASampleAttribute 43&lt;br /&gt;
	]&lt;br /&gt;
	node [&lt;br /&gt;
		id 3&lt;br /&gt;
		label &amp;quot;node 3&amp;quot;&lt;br /&gt;
		thisIsASampleAttribute 44&lt;br /&gt;
	]&lt;br /&gt;
	edge [&lt;br /&gt;
		source 1&lt;br /&gt;
		target 2&lt;br /&gt;
		label &amp;quot;Edge from node 1 to node 2&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
	edge [&lt;br /&gt;
		source 2&lt;br /&gt;
		target 3&lt;br /&gt;
		label &amp;quot;Edge from node 2 to node 3&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
	edge [&lt;br /&gt;
		source 3&lt;br /&gt;
		target 1&lt;br /&gt;
		label &amp;quot;Edge from node 3 to node 1&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Applications supporting GML==&lt;br /&gt;
* [[Cytoscape]], an [[Open-source license|open source]] [[List of bioinformatics software|bioinformatics software]] platform for visualizing molecular interaction networks, loads and save previously-constructed interaction networks in GML.&lt;br /&gt;
* [[igraph]], an [[Open-source license|open source]] network analysis library with interfaces to multiple programming languages.&lt;br /&gt;
* [[Gephi]], an [[Open-source license|open source]] graph visualization and manipulation software.&lt;br /&gt;
* [[Graph-tool]], a [[Free software|free]] Python module for manipulation and statistical analysis of graphs.&lt;br /&gt;
* [[NetworkX]], an [[Open-source license|open source]] [[Python (programming language)|Python]] library for studying complex graphs.&lt;br /&gt;
* [[Tulip (software)]] is a free software in the domain of [[information visualisation]] capable of manipulating huge graphs (with more than 1.000.000 elements).&lt;br /&gt;
* [[yEd]], a free Java-based graph editor, supports import from and export to GML.&lt;br /&gt;
* The [[Graphviz]] project includes two command-line tools (gml2gv and gv2gml) that can convert to and from the [[DOT_(graph_description_language)|DOT]] file format.&lt;br /&gt;
* [[Wolfram Language]], a general very high-level programming language, supports [https://reference.wolfram.com/language/ref/format/Graphlet.html GML import and export].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Graph Query Language]] (GQL)&lt;br /&gt;
* [[DGML]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://web.archive.org/web/20190303094704/http://www.fim.uni-passau.de:80/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-technical-report.pdf GML: A portable Graph File Format], Michael Himsolt - 2010/11/30 ([https://web.archive.org/web/20190303094704/http://www.fim.uni-passau.de:80/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-technical-report.pdf archived version])&lt;br /&gt;
* Unravelling Graph-Exchange File Formats, by Matthew Roughan and Jonathan Tuke, 2015, https://arxiv.org/pdf/1503.02781.pdf&lt;br /&gt;
&lt;br /&gt;
{{Graph representations}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Computer file formats]]&lt;br /&gt;
[[Category:Graph description languages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{compu-lang-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Гриня12</name></author>
	</entry>
</feed>