echo 'digraph { "Stella" -> "Bloom" [taillabel = "Best friend of"] "Sky" -> "Bloom" [taillabel = "girlfriend of"] "Daphne (Mythix)" -> "Bloom" [taillabel = "Sister of"] "Bloom" -> "Stella" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg