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