echo 'digraph { "Anju" -> "Zushiomaru" [taillabel = "Younger Brother of"] "Yashio" -> "Zushiomaru" [taillabel = "Son of"] "Yashio" -> "Anju" [taillabel = "Daughter of"] "Zushiomaru" -> "Anju" [taillabel = "Older sister of"] "Anju" -> "Yashio" [taillabel = "Mother of"] "Zushiomaru" -> "Yashio" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg