Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Graph Modeling Language

< >

Graph Modeling Language is an application created in 1997.

#1606on PLDB 27Years Old 12kRepos
Wikipedia

Graph Modeling Language (GML) is a hierarchical ASCII-based file format for describing graphs. It has been also named Graph Meta Language.. Read more on Wikipedia...


Example from the web:
graph [ directed 0 node [ id 0 label "Node 1" value 100 ] node [ id 1 label "Node 2" value 200 ] edge [ source 1 target 0 ] ]
Example from Wikipedia:
graph [ comment "This is a sample graph" directed 1 id 42 label "Hello, I am a graph" node [ id 1 label "node 1" thisIsASampleAttribute 42 ] node [ id 2 label "node 2" thisIsASampleAttribute 43 ] node [ id 3 label "node 3" thisIsASampleAttribute 44 ] edge [ source 1 target 2 label "Edge from node 1 to node 2" ] edge [ source 2 target 3 label "Edge from node 2 to node 3" ] edge [ source 3 target 1 label "Edge from node 3 to node 1" ] ]

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0