echo 'digraph { "Shanna" -> "Juno" [taillabel = "Sister of"] "Zealot" -> "Juno" [taillabel = "Wife of"] "Thea" -> "Juno" [taillabel = "Sister of"] "Juno" -> "Shanna" [taillabel = "Sister of"] "Zealot" -> "Shanna" [taillabel = "Sister-in-law of"] "Thea" -> "Shanna" [taillabel = "Sister of"] "Shanna" -> "Zealot" [taillabel = "Brother-in-law of"] "Juno" -> "Zealot" [taillabel = "Husband of"] "Thea" -> "Zealot" [taillabel = "Brother-in-law of"] "Shanna" -> "Thea" [taillabel = "Sister of"] "Juno" -> "Thea" [taillabel = "Sister of"] "Zealot" -> "Thea" [taillabel = "Sister-in-law of"] }' | dot -Tsvg > output.svg