digraph amr_graph { rankdir=LR size="12,8" a [label="a/and" shape=circle] h [label="h/have-degree-91" shape=circle] p [label="p/planet" shape=circle] l [label="l/large" shape=circle] m [label="m/most" shape=circle] o [label="o/object" shape=circle] o2 [label="o2/orbit-01" shape=circle] s [label="s/sun" shape=circle] d [label="d/direct-02" shape=circle] r [label="r/remain-01" shape=circle] a2 [label="a2/and" shape=circle] o3 [label="o3/object" shape=circle] h2 [label="h2/have-degree-91" shape=circle] s2 [label="s2/small" shape=circle] m2 [label="m2/more" shape=circle] p2 [label="p2/planet" shape=circle] d2 [label="d2/dwarf" shape=circle] b [label="b/body" shape=circle] s3 [label="s3/small" shape=circle] s4 [label="s4/system" shape=circle] n [label="n/name" shape=circle] a -> h [label=":op1"] h -> p [label=":ARG1"] h -> l [label=":ARG2"] h -> m [label=":ARG3"] h -> o [label=":ARG5"] o -> o2 [label=":ARG0-of"] o2 -> s [label=":ARG1"] o2 -> d [label=":ARG1-of"] a -> r [label=":op2"] r -> a2 [label=":ARG1"] a2 -> o3 [label=":op1"] o3 -> h2 [label=":ARG1-of"] h2 -> s2 [label=":ARG2"] h2 -> m2 [label=":ARG3"] a2 -> p2 [label=":op2"] p2 -> d2 [label=":mod"] a2 -> b [label=":op3"] b -> s3 [label=":mod"] b -> s4 [label=":part-of"] s4 -> n [label=":name"] node_0 [label=8 shape=rectangle] p -> node_0 [label=":quant"] node_1 [label="\"Solar\"" shape=rectangle] n -> node_1 [label=":op1"] node_2 [label="\"System\"" shape=rectangle] n -> node_2 [label=":op2"] }