echo 'digraph { "Helm Hammerhand" -> "Haleth" [taillabel = "Son of"] "Háma" -> "Haleth" [taillabel = "Brother of"] "Héra Hammerhand" -> "Haleth" [taillabel = "Brother of"] "Helm Hammerhand" -> "Héra Hammerhand" [taillabel = "Daughter of"] "Haleth" -> "Héra Hammerhand" [taillabel = "Sister of"] "Háma" -> "Héra Hammerhand" [taillabel = "Sister of"] "Haleth" -> "Helm Hammerhand" [taillabel = "Father of"] "Háma" -> "Helm Hammerhand" [taillabel = "Father of"] "Héra Hammerhand" -> "Helm Hammerhand" [taillabel = "Father of"] "Helm Hammerhand" -> "Háma" [taillabel = "Son of"] "Haleth" -> "Háma" [taillabel = "Brother of"] "Héra Hammerhand" -> "Háma" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg