echo 'digraph { "Ray" -> "Emma" [taillabel = "Best friend of"] "Norman" -> "Emma" [taillabel = "Best friend of"] "Isabella" -> "Ray" [taillabel = "Son of"] }' | dot -Tsvg > output.svg