echo 'digraph { "Collin Jones" -> "Grace Jones" [taillabel = "Older sister of"] "Vivian Jones" -> "Grace Jones" [taillabel = "Older sister of"] "William Jones" -> "Grace Jones" [taillabel = "Younger sister of"] "Arthur Jones" -> "Grace Jones" [taillabel = "Older sister of"] "Richard Jones" -> "Grace Jones" [taillabel = "Daughter of"] "Arthur Jones" -> "William Jones" [taillabel = "Older brother of"] "Richard Jones" -> "William Jones" [taillabel = "Son of"] "Vivian Jones" -> "William Jones" [taillabel = "Older brother of"] "Grace Jones" -> "William Jones" [taillabel = "Older brother of"] "Collin Jones" -> "William Jones" [taillabel = "Older brother of"] "Emma" -> "William Jones" [taillabel = "In love with"] "William Jones" -> "Arthur Jones" [taillabel = "Younger brother of"] "Collin Jones" -> "Arthur Jones" [taillabel = "Older brother of"] "Vivian Jones" -> "Arthur Jones" [taillabel = "Older brother of"] "Grace Jones" -> "Arthur Jones" [taillabel = "Younger brother of"] "Richard Jones" -> "Arthur Jones" [taillabel = "Son of"] "Arthur Jones" -> "Collin Jones" [taillabel = "Younger brother of"] "Grace Jones" -> "Collin Jones" [taillabel = "Younger brother of"] "Vivian Jones" -> "Collin Jones" [taillabel = "Younger brother of"] "William Jones" -> "Collin Jones" [taillabel = "Younger brother of"] "Richard Jones" -> "Collin Jones" [taillabel = "Son of"] "Arthur Jones" -> "Richard Jones" [taillabel = "Father of"] "Grace Jones" -> "Richard Jones" [taillabel = "Father of"] "Vivian Jones" -> "Richard Jones" [taillabel = "Father of"] "William Jones" -> "Richard Jones" [taillabel = "Father of"] "Collin Jones" -> "Richard Jones" [taillabel = "Father of"] "Arthur Jones" -> "Vivian Jones" [taillabel = "Younger sister of"] "Grace Jones" -> "Vivian Jones" [taillabel = "Younger sister of"] "William Jones" -> "Vivian Jones" [taillabel = "Younger sister of"] "Collin Jones" -> "Vivian Jones" [taillabel = "Older sister of"] "Richard Jones" -> "Vivian Jones" [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg