echo 'digraph { "Yumi Ikegami" -> "Shouhei Amamoto" [taillabel = "boyfriend of"] "Fujino Amamoto" -> "Shouhei Amamoto" [taillabel = "younger brother of"] "Yoshimi Amamoto" -> "Shouhei Amamoto" [taillabel = "son of"] "Shouhei Amamoto" -> "Yumi Ikegami" [taillabel = "girlfriend of"] "Shouhei Amamoto" -> "Fujino Amamoto" [taillabel = "Older sister of"] "Shouhei Amamoto" -> "Yoshimi Amamoto" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg