echo 'digraph { "Goku" -> "Master Roshi" [taillabel = "Teacher of"] "Krillin" -> "Master Roshi" [taillabel = "Teacher of"] "Gohan Son " -> "Goku" [taillabel = "Father of"] "Krillin" -> "Goku" [taillabel = "Best friend of"] "Bardock" -> "Goku" [taillabel = "Son of"] "Chi-Chi" -> "Goku" [taillabel = "Husband of"] "Goten (child)" -> "Goku" [taillabel = "Father of"] "Pan" -> "Goku" [taillabel = "Grandfather of"] "Master Roshi" -> "Goku" [taillabel = "Student of"] "Videl" -> "Goku" [taillabel = "Father-in-law of"] "Tien Shinhan" -> "Krillin" [taillabel = "Friend of#"] "Goku" -> "Krillin" [taillabel = "Best friend of"] "Goku" -> "Krillin" [taillabel = "Best friend of"] "Master Roshi" -> "Krillin" [taillabel = "Student of"] "Android 18" -> "Krillin" [taillabel = "Husband of"] "Yamcha (teen)" -> "Krillin" [taillabel = "Friend of#"] "Bulma Briefs (adult)" -> "Krillin" [taillabel = "Friend of#"] "Marron" -> "Krillin" [taillabel = "Father of"] }' | dot -Tsvg > output.svg