echo 'digraph { "Meiko Honma" -> "Manabu Honma" [taillabel = "Father of"] "Satoshi Honma" -> "Manabu Honma" [taillabel = "Father of"] "Irene Honma" -> "Manabu Honma" [taillabel = "Husband of"] "Satoshi Honma" -> "Meiko Honma" [taillabel = "Sister of"] "Irene Honma" -> "Meiko Honma" [taillabel = "Daughter of"] "Manabu Honma" -> "Meiko Honma" [taillabel = "Daughter of"] "Chiriko Tsurumi " -> "Meiko Honma" [taillabel = "Friend of"] "Meiko Honma" -> "Satoshi Honma" [taillabel = "Brother of"] "Irene Honma" -> "Satoshi Honma" [taillabel = "Son of"] "Manabu Honma" -> "Satoshi Honma" [taillabel = "Son of"] "Meiko Honma" -> "Irene Honma" [taillabel = "Mother of"] "Satoshi Honma" -> "Irene Honma" [taillabel = "Mother of"] "Manabu Honma" -> "Irene Honma" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg