echo 'digraph { "Japan" -> "Turkey" [taillabel = "Friend of#"] "Greece" -> "Turkey" [taillabel = "Friend of#"] "Japan" -> "Greece" [taillabel = "Friend of#"] "Germany" -> "Japan" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg