echo 'digraph { "Catzi" -> "Avery" [taillabel = "Sister of"] "Bertie" -> "Avery" [taillabel = "Sister of"] "Prizma" -> "Avery" [taillabel = "Sister of"] "Catzi" -> "Prizma" [taillabel = "Sister of"] "Bertie" -> "Prizma" [taillabel = "Sister of"] "Avery" -> "Prizma" [taillabel = "Sister of"] "Sapphire" -> "Prizma" [taillabel = "In love with"] "Catzi" -> "Bertie" [taillabel = "Sister of"] "Avery" -> "Bertie" [taillabel = "Sister of"] "Prizma" -> "Bertie" [taillabel = "Sister of"] "Bertie" -> "Catzi" [taillabel = "Sister of"] "Avery" -> "Catzi" [taillabel = "Sister of"] "Prizma" -> "Catzi" [taillabel = "Sister of"] "Rubeus" -> "Catzi" [taillabel = "In love with"] }' | dot -Tsvg > output.svg