echo 'digraph { "Vincent Phantomhive" -> "Rachel Phantomhive" [taillabel = "Wife of"] "Ciel Phantomhive " -> "Rachel Phantomhive" [taillabel = "Mother of"] "Angelina Durless" -> "Rachel Phantomhive" [taillabel = "Sister of"] "Angelina Durless" -> "Ciel Phantomhive " [taillabel = "Nephew of"] "Rachel Phantomhive" -> "Ciel Phantomhive " [taillabel = "Son of"] "Vincent Phantomhive" -> "Ciel Phantomhive " [taillabel = "Son of"] "Elizabeth Midford" -> "Ciel Phantomhive " [taillabel = "Engaged to"] "Sebastian Michaelis" -> "Ciel Phantomhive " [taillabel = "Master of"] "Ciel Phantomhive " -> "Angelina Durless" [taillabel = "Aunt of"] "Rachel Phantomhive" -> "Angelina Durless" [taillabel = "Sister of"] "Rachel Phantomhive" -> "Vincent Phantomhive" [taillabel = "Husband of"] "Ciel Phantomhive " -> "Vincent Phantomhive" [taillabel = "Father of"] }' | dot -Tsvg > output.svg