echo 'digraph { "Jonas" -> "Lutz" [taillabel = "Son of"] "Margot" -> "Lutz" [taillabel = "Son of"] "Melanie" -> "Lutz" [taillabel = "Childhood friend of"] "Lillie" -> "Melanie" [taillabel = "Younger Sister of"] "Maurice" -> "Melanie" [taillabel = "Daughter of"] "Protagonist's Son" -> "Melanie" [taillabel = "Aunt of"] "Protagonist's Daughter" -> "Melanie" [taillabel = "Aunt of"] "Lutz" -> "Melanie" [taillabel = "Childhood friend of"] "Margot" -> "Jonas" [taillabel = "Husband of"] "Lutz" -> "Jonas" [taillabel = "Father of"] "Jonas" -> "Margot" [taillabel = "Wife of"] "Lutz" -> "Margot" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg