echo 'digraph { "Raoh" -> "Kaioh" [taillabel = "Older Brother of"] "Toki" -> "Kaioh" [taillabel = "Older Brother of"] "Toki" -> "Raoh" [taillabel = "Brother of"] "Kenshirou" -> "Raoh" [taillabel = "Rival of"] "Kenshirou" -> "Raoh" [taillabel = "Older Brother of"] "Toki" -> "Raoh" [taillabel = "Older Brother of"] "Jagi" -> "Raoh" [taillabel = "Older Brother of"] "Kaioh" -> "Raoh" [taillabel = "Younger Brother of"] "Jagi" -> "Toki" [taillabel = "Older Brother of"] "Kenshirou" -> "Toki" [taillabel = "Older Brother of"] "Kaioh" -> "Toki" [taillabel = "Younger Brother of"] "Raoh" -> "Toki" [taillabel = "Rival of"] "Raoh" -> "Toki" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg