arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var graph = examples.loadGraph("traversalGraph"); arangosh> db.circles.toArray(); [ { "_key" : "I", "_id" : "circles/I", "_rev" : "_UWx8Lhm--_", "label" : "9" }, { "_key" : "G", "_id" : "circles/G", "_rev" : "_UWx8Lhi--A", "label" : "7" }, { "_key" : "F", "_id" : "circles/F", "_rev" : "_UWx8Lhi--_", "label" : "6" }, { "_key" : "A", "_id" : "circles/A", "_rev" : "_UWx8Lha---", "label" : "1" }, { "_key" : "E", "_id" : "circles/E", "_rev" : "_UWx8Lhi---", "label" : "5" }, { "_key" : "C", "_id" : "circles/C", "_rev" : "_UWx8Lhe---", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", "_rev" : "_UWx8Lhe--_", "label" : "4" }, { "_key" : "J", "_id" : "circles/J", "_rev" : "_UWx8Lhq---", "label" : "10" }, { "_key" : "B", "_id" : "circles/B", "_rev" : "_UWx8Lha--_", "label" : "2" }, { "_key" : "H", "_id" : "circles/H", "_rev" : "_UWx8Lhm---", "label" : "8" }, { "_key" : "K", "_id" : "circles/K", "_rev" : "_UWx8Lhq--_", "label" : "11" } ] arangosh> db.edges.toArray(); [ { "_key" : "7473", "_id" : "edges/7473", "_from" : "circles/C", "_to" : "circles/D", "_rev" : "_UWx8Lhu--_", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" }, { "_key" : "7466", "_id" : "edges/7466", "_from" : "circles/A", "_to" : "circles/B", "_rev" : "_UWx8Lhq--A", "theFalse" : false, "theTruth" : true, "label" : "left_bar" }, { "_key" : "7491", "_id" : "edges/7491", "_from" : "circles/G", "_to" : "circles/J", "_rev" : "_UWx8Lh2--A", "theFalse" : false, "theTruth" : true, "label" : "right_zip" }, { "_key" : "7488", "_id" : "edges/7488", "_from" : "circles/H", "_to" : "circles/I", "_rev" : "_UWx8Lh2--_", "theFalse" : false, "theTruth" : true, "label" : "right_blub" }, { "_key" : "7494", "_id" : "edges/7494", "_from" : "circles/J", "_to" : "circles/K", "_rev" : "_UWx8Lh6---", "theFalse" : false, "theTruth" : true, "label" : "right_zup" }, { "_key" : "7485", "_id" : "edges/7485", "_from" : "circles/G", "_to" : "circles/H", "_rev" : "_UWx8Lh2---", "theFalse" : false, "theTruth" : true, "label" : "right_blob" }, { "_key" : "7479", "_id" : "edges/7479", "_from" : "circles/E", "_to" : "circles/F", "_rev" : "_UWx8Lhy--_", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" }, { "_key" : "7482", "_id" : "edges/7482", "_from" : "circles/A", "_to" : "circles/G", "_rev" : "_UWx8Lhy--A", "theFalse" : false, "theTruth" : true, "label" : "right_foo" }, { "_key" : "7470", "_id" : "edges/7470", "_from" : "circles/B", "_to" : "circles/C", "_rev" : "_UWx8Lhu---", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" }, { "_key" : "7476", "_id" : "edges/7476", "_from" : "circles/B", "_to" : "circles/E", "_rev" : "_UWx8Lhy---", "theFalse" : false, "theTruth" : true, "label" : "left_blub" } ]