echo 'digraph { "Rose" -> "Abe" [taillabel = "Husband of"] "Joel" -> "Abe" [taillabel = "Father of"] "Zill" -> "Abe" [taillabel = "Father of"] "Abe" -> "Joel" [taillabel = "Son of"] "Rose" -> "Joel" [taillabel = "Son of"] "Zill" -> "Joel" [taillabel = "Older Brother of"] "Abe" -> "Rose" [taillabel = "Wife of"] "Joel" -> "Rose" [taillabel = "Mother of"] "Zill" -> "Rose" [taillabel = "Mother of"] "Abe" -> "Zill" [taillabel = "Son of"] "Rose" -> "Zill" [taillabel = "Son of"] "Joel" -> "Zill" [taillabel = "Younger Brother of"] }' | dot -Tsvg > output.svg