echo 'digraph { "Diamant" -> "Morion" [taillabel = "Father of"] "Alcryst" -> "Morion" [taillabel = "Father of"] "Citrinne" -> "Morion" [taillabel = "Uncle of"] "Alcryst" -> "Citrinne" [taillabel = "Retainer of"] "Diamant" -> "Alcryst" [taillabel = "Brother of"] "Alcryst" -> "Diamant" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg