echo 'digraph { "Ryuga" -> "Juza" [taillabel = "Half-brother of"] "Yuria" -> "Juza" [taillabel = "Older Brother of"] "Yuria" -> "Ryuga" [taillabel = "Older Brother of"] "Juza" -> "Ryuga" [taillabel = "Half-brother of"] "Ryuga" -> "Yuria" [taillabel = "Younger Sister of"] "Juza" -> "Yuria" [taillabel = "Younger Sister of"] "Kenshirou" -> "Yuria" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg