We extend the Graph Navigator with a schema definition that guides the creation of new nodes. github
Community organized for action. arrows
http://ward.dojo.fed.wiki/assets/pages/mock-graph-data/nav-schema.html HEIGHT 200
From the community schema we construct this neighborhood graph.
strict digraph { rankdir=LR node [shape=box style=filled fillcolor=palegreen] 0 [label="Person Ward" tooltip="name: Ward address: background: "] 1 [label="Org Wiki" tooltip="name: Wiki address: scope: "] 2 [label="Action Publication" tooltip="name: Publication scope: success: "] 3 [label="Ideal Sharing" tooltip="name: Sharing scope: success: "] 0 -> 1 [label="Serves"] 1 -> 2 [label="Facilitates"] 2 -> 3 [label="Serves"]}
See Composite Graph
pages/navigator-schema
We try schema based input forms. Choose a node type to get started. github
http://ward.dojo.fed.wiki/assets/pages/mock-graph-data/creator.html HEIGHT 600