echo 'digraph { "Girom" -> "Rapunzel" [taillabel = "Older sister of"] "Dorothy" -> "Rapunzel" [taillabel = "Enemy of"] "Diana" -> "Dorothy" [taillabel = "Younger Sister of"] "Ginta Toramizu" -> "Dorothy" [taillabel = "In love with"] "Rapunzel" -> "Girom" [taillabel = "Younger Brother of"] "Ginta Toramizu" -> "Girom" [taillabel = "Rival of"] "Pinocchion" -> "Girom" [taillabel = "Teammate of"] "Koga" -> "Girom" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg