echo 'digraph { "Alviss" -> "Koga" [taillabel = "Enemy of"] "Pinocchion" -> "Koga" [taillabel = "Teammate of"] "Girom" -> "Koga" [taillabel = "Teammate of"] "Belle" -> "Alviss" [taillabel = "Partner of"] "Rapunzel" -> "Girom" [taillabel = "Younger Brother of"] "Ginta Toramizu" -> "Girom" [taillabel = "Rival of"] "Pinocchion" -> "Girom" [taillabel = "Teammate of"] "Koga" -> "Girom" [taillabel = "Teammate 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