echo 'digraph { "Johanna" -> "Dawn" [taillabel = "Daughter of"] "Ash Ketchum" -> "Dawn" [taillabel = "Friend of#"] "Delia Ketchum" -> "Ash Ketchum" [taillabel = "son of"] "Cilan" -> "Ash Ketchum" [taillabel = "Friend of#"] "Misty" -> "Ash Ketchum" [taillabel = "Best friend of"] "Brock" -> "Ash Ketchum" [taillabel = "Friend of#"] "Dawn" -> "Ash Ketchum" [taillabel = "Friend of#"] "May" -> "Ash Ketchum" [taillabel = "Friend of#"] "Serena" -> "Ash Ketchum" [taillabel = "Friend of#"] "Dawn" -> "Johanna" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg