echo 'digraph { "Sapphire" -> "Prince Diamond" [taillabel = "Brother of"] "Sailor Moon" -> "Prince Diamond" [taillabel = "In love with"] "Prince Diamond" -> "Sapphire" [taillabel = "Brother of"] "Usagi Tsukino" -> "Sailor Moon" [taillabel = "Alter ego of "] "Sailor Mercury" -> "Sailor Moon" [taillabel = "Teamleader of"] "Sailor Mars" -> "Sailor Moon" [taillabel = "Teamleader of"] "Sailor Jupiter" -> "Sailor Moon" [taillabel = "Teamleader of"] "Sailor Venus" -> "Sailor Moon" [taillabel = "Teamleader of"] "Sailor Neptune" -> "Sailor Moon" [taillabel = "Princess over"] "Sailor Uranus" -> "Sailor Moon" [taillabel = "Princess over"] "Sailor Saturn" -> "Sailor Moon" [taillabel = "Princess over"] "Mie Sayama" -> "Sailor Moon" [taillabel = "Fan of"] }' | dot -Tsvg > output.svg