echo 'digraph { "Ilyana" -> "Zihark" [taillabel = "Friend of"] "Brom" -> "Zihark" [taillabel = "Friend of"] "Muarim" -> "Zihark" [taillabel = "Friend of"] "Meg" -> "Brom" [taillabel = "Father of"] "Nephenee" -> "Brom" [taillabel = "Friend of"] "Tormod" -> "Muarim" [taillabel = "Adoptive father of"] }' | dot -Tsvg > output.svg