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