digraph G { label="eyefloss 2006.01.17"; labelloc=t; fontsize=16; ranksep=0; size="8,10"; subgraph cluster0 { head0 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; cat0 [label="cat"]; furs0 [label="fur(s)"]; ear0 [label="ear(s)"]; tail0 [label="tail(s)"]; furs0 -> cat0 [label="one to many "]; ear0 -> cat0 [label="1.5"]; tail0 -> cat0 [label="1.0"]; outside0 [label="outside"]; inside0 [label="inside"]; cat0 -> outside0 [label="time/2"]; cat0 -> inside0 [label="time/2"]; cat0 -> head0 [label="live "]; label="I lived with this cat once\nwho lived outside half the time\nand she would kill birds and stuff."; } head0 -> cat1 [style=bold,color="#c0c0c0"]; subgraph cluster1 { cat1 [label="cat"]; kill1 [label="kill"]; eat1 [label="eat"]; cat1 -> kill1 [label="yes please "]; cat1 -> eat1 [label="no thank you",color="#800000",style=bold]; label="But she wouldn't EAT them.\nShe would just kill them."; } cat1 -> 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; extremity20 -> bird -> compost; label="And then they'd be dead\nand they'd sit there for a while\nuntil I came along\nand put them in the compost."; } head2 -> head3 [style=bold,color="#c0c0c0"]; subgraph cluster3 { head3 [shape=polygon,sides=4,skew=.4,label="_ _\no0\n\n/ ~ / "]; admiration -> love [dir=none]; love -> admiration [dir=none,label="covalent bond"]; love -> murder [dir=none]; murder -> love [dir=none]; label="Admiration is love is murder."; } }