echo 'digraph { "Netherlands" -> "Belgium" [taillabel = "Younger Sister of"] "Luxembourg" -> "Belgium" [taillabel = "Older Sister of"] "Belgium" -> "Netherlands" [taillabel = "Older Brother of"] "Luxembourg" -> "Netherlands" [taillabel = "Older Brother of"] "Spain" -> "Netherlands" [taillabel = "Enemy of"] "Japan" -> "Netherlands" [taillabel = "Friend of"] "Belgium" -> "Luxembourg" [taillabel = "Younger Brother of"] "Netherlands" -> "Luxembourg" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg