echo 'digraph { "Berga Gandor" -> "Keith Gandor" [taillabel = "Brother of"] "Luck Gandor" -> "Keith Gandor" [taillabel = "Brother of"] "Firo Prochainezo" -> "Keith Gandor" [taillabel = "Friend of"] "Maiza Avaro" -> "Keith Gandor" [taillabel = "Enemy of"] "Firo Prochainezo" -> "Berga Gandor" [taillabel = "Friend of"] "Luck Gandor" -> "Berga Gandor" [taillabel = "Brother of"] "Keith Gandor" -> "Berga Gandor" [taillabel = "Brother of"] "Berga Gandor" -> "Firo Prochainezo" [taillabel = "Friend of"] "Luck Gandor" -> "Firo Prochainezo" [taillabel = "Friend of"] "Keith Gandor" -> "Firo Prochainezo" [taillabel = "Friend of"] "Maiza Avaro" -> "Firo Prochainezo" [taillabel = "Friend of"] "Claire Stanfield" -> "Firo Prochainezo" [taillabel = "Friend of"] "Ennis" -> "Firo Prochainezo" [taillabel = "Lover of"] "Firo Prochainezo" -> "Maiza Avaro" [taillabel = "Friend of"] "Czeslaw Meyer" -> "Maiza Avaro" [taillabel = "Friend of"] "Szilard Quates" -> "Maiza Avaro" [taillabel = "Enemy of"] "Keith Gandor" -> "Maiza Avaro" [taillabel = "Enemy of"] "Elmer C. Albatros" -> "Maiza Avaro" [taillabel = "Friend of"] "Sylvie Lumiere" -> "Maiza Avaro" [taillabel = "In love with"] "Firo Prochainezo" -> "Luck Gandor" [taillabel = "Friend of"] "Berga Gandor" -> "Luck Gandor" [taillabel = "Brother of"] "Keith Gandor" -> "Luck Gandor" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg