echo 'digraph { "Leonhard von Glanzreich" -> "Leonhard von Glanzreich" [taillabel = "Older Brother of"] "Bruno von Glanzreich" -> "Leonhard von Glanzreich" [taillabel = "Younger Brother of"] "Kai von Glanzreich" -> "Leonhard von Glanzreich" [taillabel = "Younger Brother of"] "Bruno von Glanzreich" -> "Kai von Glanzreich" [taillabel = "Older Brother of"] "Leonhard von Glanzreich" -> "Kai von Glanzreich" [taillabel = "Older Brother of"] "Licht von Glanzreich" -> "Kai von Glanzreich" [taillabel = "Older Brother of"] "Leonhard von Glanzreich" -> "Bruno von Glanzreich" [taillabel = "Older Brother of"] "Licht von Glanzreich" -> "Bruno von Glanzreich" [taillabel = "Older Brother of"] "Kai von Glanzreich" -> "Bruno von Glanzreich" [taillabel = "Younger Brother of"] "Leonhard von Glanzreich" -> "Leonhard von Glanzreich" [taillabel = "Older Brother of"] "Bruno von Glanzreich" -> "Leonhard von Glanzreich" [taillabel = "Younger Brother of"] "Kai von Glanzreich" -> "Leonhard von Glanzreich" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg