echo 'digraph { "Lily" -> "Misty" [taillabel = "Younger Sister of"] "Violet" -> "Misty" [taillabel = "Younger Sister of"] "Daisy" -> "Misty" [taillabel = "Younger Sister of"] "Ash Ketchum" -> "Misty" [taillabel = "Best 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#"] }' | dot -Tsvg > output.svg