echo 'digraph { "Kalo" -> "Boris" [taillabel = "Subordinate of"] "Denis" -> "Boris" [taillabel = "Teammate of"] "Katriel" -> "Boris" [taillabel = "Teammate of"] "Katriel" -> "Kalo" [taillabel = "Superior of"] "Denis" -> "Kalo" [taillabel = "Superior of"] "Boris" -> "Kalo" [taillabel = "Superior of"] "Kalo" -> "Katriel" [taillabel = "Subordinate of"] "Denis" -> "Katriel" [taillabel = "Teammate of"] "Boris" -> "Katriel" [taillabel = "Teammate of"] "Kalo" -> "Denis" [taillabel = "Subordinate of"] "Katriel" -> "Denis" [taillabel = "Teammate of"] "Boris" -> "Denis" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg