echo 'digraph { "Lex" -> "Langobalt" [taillabel = "Father of"] "Johan" -> "Langobalt" [taillabel = "grandfather of"] "Johalva" -> "Langobalt" [taillabel = "grandfather of"] "Langobalt" -> "Lex" [taillabel = "son of"] "Johalva" -> "Johan" [taillabel = "brother of"] "Langobalt" -> "Johan" [taillabel = "grandson of"] "Johan" -> "Johalva" [taillabel = "brother of"] "Langobalt" -> "Johalva" [taillabel = "grandson of"] }' | dot -Tsvg > output.svg