echo 'digraph { "Reizrit" -> "Guzaletha" [taillabel = "Relative of"] "Dolza Rhem" -> "Guzaletha" [taillabel = "Older Brother of"] "Guzaletha" -> "Reizrit" [taillabel = "Relative of"] "Dolza Rhem" -> "Reizrit" [taillabel = "Relative of"] "Guzaletha" -> "Dolza Rhem" [taillabel = "Younger Brother of"] "Reizrit" -> "Dolza Rhem" [taillabel = "Relative of"] }' | dot -Tsvg > output.svg