Example commands are:
1) To add a graph, the command is addGraph(name='diabetes knowledge', public='yes') 2) To add node or edge, use: addNode(name="healthy food") or addEdge(name="reduce risk", from=2, to=5) , means from node 2 to node 5 |