Skip to content
Snippets Groups Projects
Select Git revision
  • 7f11d8bf63eaea42cfecc453c79a755bbfe7716f
  • main default protected
2 results

SolarSystem-18.stog.amr.dot

Blame
  • SolarSystem-18.stog.amr.dot 520 B
    digraph amr_graph {
    	rankdir=LR size="12,8"
    	o [label="o/object" shape=circle]
    	c [label="c/call-01" shape=circle]
    	s [label="s/sedoid" shape=circle]
    	b [label="b/beyond" shape=circle]
    	o2 [label="o2/orbit-01" shape=circle]
    	p [label="p/planet" shape=circle]
    	n [label="n/name" shape=circle]
    	o -> c [label=":ARG1-of"]
    	c -> s [label=":ARG2"]
    	o -> b [label=":location"]
    	b -> o2 [label=":op1"]
    	o2 -> p [label=":ARG0"]
    	p -> n [label=":name"]
    	node_0 [label="\"Neptune\"" shape=rectangle]
    	n -> node_0 [label=":op1"]
    }