echo 'digraph { "Norman" -> "May" [taillabel = "Daughter of"] "Caroline" -> "May" [taillabel = "Daughter of"] "Ash Ketchum" -> "May" [taillabel = "Friend of"] "Max" -> "May" [taillabel = "Older Sister 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"] "Norman" -> "Caroline" [taillabel = "Wife of"] "Max" -> "Caroline" [taillabel = "Mother of"] "May" -> "Caroline" [taillabel = "Mother of"] "May" -> "Max" [taillabel = "Younger Brother of"] "Caroline" -> "Max" [taillabel = "Son of"] "Norman" -> "Max" [taillabel = "Son of"] "Max" -> "Norman" [taillabel = "Father of"] "May" -> "Norman" [taillabel = "Father of"] "Caroline" -> "Norman" [taillabel = "Husband of"] }' | dot -Tsvg > output.svg