echo 'digraph { "Tarrlok" -> "Yakone" [taillabel = "Father of"] "Nora" -> "Yakone" [taillabel = "Husband of"] "Noatak" -> "Yakone" [taillabel = "Father of"] "Yakone" -> "Tarrlok" [taillabel = "son of"] "Nora" -> "Tarrlok" [taillabel = "son of"] "Noatak" -> "Tarrlok" [taillabel = "brother of"] "Tarrlok" -> "Nora" [taillabel = "Mother of"] "Yakone" -> "Nora" [taillabel = "Wife of"] "Noatak" -> "Nora" [taillabel = "Mother of"] "Tarrlok" -> "Noatak" [taillabel = "brother of"] "Yakone" -> "Noatak" [taillabel = "son of"] "Nora" -> "Noatak" [taillabel = "son of"] }' | dot -Tsvg > output.svg