forked from rabblerouser/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcept_map.gv
26 lines (20 loc) · 851 Bytes
/
concept_map.gv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
digraph G {
node [shape=rectangle]
member -> branch [label=" belongs to "]
member -> branch [label=" joins "]
group -> branch [label=" belongs to "]
member -> group [label=" belongs to "]
admin -> branch [label=" manages "]
superadmin -> organisation [label=" manages "]
organisation -> branch [label=" is composed of "]
organising -> capability [label=" builds "]
organising -> member [label=" develops "]
organising -> responsibility [label=" distributes "]
organising -> "strong relationships" [label=" relies on "]
organising -> leader [label=" creates "]
mobilising -> capability [label=" uses "]
mobilising -> member [label=" recruits "]
mobilising -> "self-activation" [label=" relies on "]
mobilising -> responsibility [label=" centralises "]
mobilising -> "weak relationships" [label=" relies on "]
}