digraph G { label="eyefloss 2005.12.20"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax0 [label="thorax"]; extremity00 [label="extremity[0]"]; extremity01 [label="extremity[1]"]; head0 -> thorax0; thorax0 -> extremity00; thorax0 -> extremity01; label="Sometimes when I am\nvery very sad"; } head0 -> head1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { head1 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax1 [label="thorax"]; extremity10 [label="extremity[0]"]; extremity11 [label="extremity[1]"]; head1 -> thorax1; thorax1 -> extremity10; thorax1 -> extremity11; knife1 [label="knife"]; ud1 [label="utensil drawer"]; ud1 -> knife1; extremity10 -> knife1 [style=bold,label="remove"]; label="I remove a knife\nfrom the utensil drawer."; } head1 -> head2 [style=bold,color="#c0c0c0"]; subgraph cluster2 { head2 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax2 [label="thorax"]; extremity20 [label="extremity[0]"]; extremity21 [label="extremity[1]"]; head2 -> thorax2; thorax2 -> extremity20; thorax2 -> extremity21; knife2 [label="knife"]; strawberries2 [fontcolor="#800000",label="pint of strawberries"]; sink2 [label="kitchen sink"]; extremity20 -> knife2; extremity21 -> strawberries2; strawberries2 -> sink2; knife2 -> sink2; knife2 -> strawberries2 [style=bold,label="clean"]; label="I clean a pint of strawberries\nin the kitchen sink"; } head2 -> head3 [style=bold,color="#c0c0c0"]; subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; thorax3 [label="thorax"]; extremity30 [label="extremity[0]"]; extremity31 [label="extremity[1]"]; head3 -> thorax3; thorax3 -> extremity30; thorax3 -> extremity31; strawberries3 [fontcolor="#800000",label="pint of strawberries"]; strawberries3 -> head3 [style=bold,label=" eat"]; label="and then I eat them."; } }