echo 'digraph { "Ruby" -> "Tour" [taillabel = "In love with"] "Dian" -> "Tour" [taillabel = "Friend of"] "Rinko Kougyoku" -> "Ruby" [taillabel = "Partner of"] }' | dot -Tsvg > output.svg