update
[bsc-thesis1415.git] / pres / img / ndexample.dot
1 digraph {
2 rankdir=LR;
3 n0 [style=invis]
4 q3 [shape=doublecircle]
5 n0 -> q0
6 q0 -> q1 [label="film: "]
7 q1 -> q2 [label="<title>"]
8 q1 -> q1a [label="<location>"]
9 q1a -> q1b [label=","]
10 q1b -> q2 [label="<title>"]
11 q2 -> q3 [label="<time>"]
12 }