echo 'digraph { "Bolin" -> "Asami Sato" [taillabel = "Friend of#"] "Mako" -> "Asami Sato" [taillabel = "Ex-Girlfriend of"] "Korra" -> "Asami Sato" [taillabel = "Girlfriend of"] "Hiroshi Sato" -> "Asami Sato" [taillabel = "Daughter of"] "Tonraq" -> "Korra" [taillabel = "Daughter of"] "Bolin" -> "Mako" [taillabel = "brother of"] "Tu" -> "Mako" [taillabel = "Cousin of"] "Yin" -> "Mako" [taillabel = "grandson of"] "Chow" -> "Mako" [taillabel = "Nephew of"] "Mako" -> "Bolin" [taillabel = "brother of"] "Tu" -> "Bolin" [taillabel = "Cousin of"] "Yin" -> "Bolin" [taillabel = "grandson of"] "Chow" -> "Bolin" [taillabel = "Nephew of"] "Asami Sato" -> "Hiroshi Sato" [taillabel = "Father of"] }' | dot -Tsvg > output.svg