echo 'digraph { "Elmer C. Albatros" -> "Huey Laforet" [taillabel = "Friend of"] "Czeslaw Meyer" -> "Huey Laforet" [taillabel = "Friend of"] "Chane Laforet" -> "Huey Laforet" [taillabel = "Father of"] "Maiza Avaro" -> "Czeslaw Meyer" [taillabel = "Friend of"] "Miria Harvent" -> "Czeslaw Meyer" [taillabel = "Friend of"] "Isaac Dian" -> "Czeslaw Meyer" [taillabel = "Friend of"] "Huey Laforet" -> "Czeslaw Meyer" [taillabel = "Friend of"] "Huey Laforet" -> "Chane Laforet" [taillabel = "Daughter of"] "Huey Laforet" -> "Elmer C. Albatros" [taillabel = "Friend of"] "Maiza Avaro" -> "Elmer C. Albatros" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg