echo 'digraph { "Dorothy" -> "Diana" [taillabel = "Older sister of"] "Phantom" -> "Diana" [taillabel = "Superior of"] "Pinocchion" -> "Diana" [taillabel = "Creator of"] "Diana" -> "Dorothy" [taillabel = "Younger Sister of"] "Ginta Toramizu" -> "Dorothy" [taillabel = "In love with"] "Alma" -> "Phantom" [taillabel = "Lover of"] "Diana" -> "Phantom" [taillabel = "Subordinate of"] "King" -> "Phantom" [taillabel = "Subordinate of"] "Rolan" -> "Phantom" [taillabel = "Master of"] "Diana" -> "Pinocchion" [taillabel = "Creation of"] "Dorothy" -> "Pinocchion" [taillabel = "Enemy of"] "Koga" -> "Pinocchion" [taillabel = "Teammate of"] "Girom" -> "Pinocchion" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg