echo 'digraph { "Haru" -> "Saku" [taillabel = "Younger Sister of"] "Asu" -> "Haru" [taillabel = "Wife of"] "Saku" -> "Haru" [taillabel = "Older sister of"] }' | dot -Tsvg > output.svg