Show last authors
1 At the moment, KWebS supports the following formats:
2
3 * The KIELER [[KGraph>>doc:KIELER.Discontinued Projects.Infrastructure for Meta Layout (KIML).KGraph Meta Model.WebHome]] in its XML Metadata Interchange (XMI) notation, the identifier is {{code language="none"}}de.cau.cs.kieler.kgraph{{/code}}
4 * The KIELER [[doc:KIELER.Discontinued Projects.Web Services (KWebS).Graph Formats.JSON Graph Format.WebHome]] based on the JavaScript Object Notation format, the identifier {{code language="none"}}org.json{{/code}}
5 * Graphviz DOT ([[http:~~/~~/www.graphviz.org/content/dot-language>>url:http://www.graphviz.org/content/dot-language||shape="rect"]]), the identifier is {{code language="none"}}org.graphviz.dot{{/code}}
6 * GraphML ([[http:~~/~~/graphml.graphdrawing.org/specification.html>>url:http://graphml.graphdrawing.org/specification.html||shape="rect"]]), the identifier is {{code language="none"}}org.graphdrawing.graphml{{/code}}
7 * Open Graph Markup Language (OGML) ([[https:~~/~~/eldorado.tu-dortmund.de/bitstream/2003/23280/1/Endbericht_PG478.pdf>>url:https://eldorado.tu-dortmund.de/bitstream/2003/23280/1/Endbericht_PG478.pdf||shape="rect"]]), the identifier is {{code language="none"}}net.ogdf.ogml{{/code}}
8 * Matrix Market ([[http:~~/~~/math.nist.gov/MatrixMarket/reports/MMformat.ps>>url:http://math.nist.gov/MatrixMarket/reports/MMformat.ps||shape="rect"]]), the identifier is {{code language="none"}}gov.nist.math.matrix{{/code}}
9 * GML ([[http:~~/~~/www.fim.uni-passau.de/en/fim/faculty/chairs/theoretische-informatik/projects.html>>url:http://www.fim.uni-passau.de/en/fim/faculty/chairs/theoretische-informatik/projects.html||shape="rect"]]), the identifier is {{code language="none"}}de.uni-passau.fim.gml{{/code}}
10 * SVG ([[http:~~/~~/www.w3.org/Graphics/SVG/>>url:http://www.w3.org/Graphics/SVG/||shape="rect"]]), the identifier is {{code language="none"}}org.w3.svg{{/code}} (only for output)
11
12
13
14 {{info}}
15 We recommend to use KGraph where possible. For the HTTP-based service we recommend to use JSON.
16 {{/info}}
17
18 {{warning}}
19 For internal usage we convert all formats to the KGraph format and backwards. For some of the formats the conversions are not exhaustive. Feel free to contact us if you experience any weird behavior.
20 {{/warning}}