echo 'digraph { "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"] "Ash Ketchum" -> "Brock" [taillabel = "Friend of"] "Lola" -> "Brock" [taillabel = "Son of"] "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"] "Max" -> "May" [taillabel = "Younger Sister of"] "Norman" -> "May" [taillabel = "Daughter of"] "Caroline" -> "May" [taillabel = "Daughter of"] "Ash Ketchum" -> "May" [taillabel = "Friend of"] "Max" -> "May" [taillabel = "Older Sister of"] "Johanna" -> "Dawn" [taillabel = "Daughter of"] "Ash Ketchum" -> "Dawn" [taillabel = "Friend of"] "Ash Ketchum" -> "Delia Ketchum" [taillabel = "Mother of"] "Chili" -> "Cilan" [taillabel = "Brother of"] "Cress" -> "Cilan" [taillabel = "Brother of"] "Ash Ketchum" -> "Cilan" [taillabel = "Friend of"] "Grace" -> "Serena" [taillabel = "Daughter of"] "Ash Ketchum" -> "Serena" [taillabel = "In love with"] "Ash Ketchum" -> "Serena" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg