echo 'digraph { "Japan" -> "Greece" [taillabel = "Friend of"] "Italy Veneziano" -> "Japan" [taillabel = "Friend of"] "Germany" -> "Japan" [taillabel = "Friend of"] "Netherlands" -> "Japan" [taillabel = "Friend of"] "Greece" -> "Japan" [taillabel = "Friend of"] "England" -> "Japan" [taillabel = "Friend of"] "Turkey" -> "Japan" [taillabel = "Friend of"] "China" -> "Japan" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg