echo 'digraph { "Irving" -> "Alastair" [taillabel = "Father of"] "Sterling" -> "Alastair" [taillabel = "Father of"] "Esme" -> "Alastair" [taillabel = "Husband of"] "Liberty" -> "Alastair" [taillabel = "Brother of"] "Sterling" -> "Irving" [taillabel = "Brother of"] "Alastair" -> "Irving" [taillabel = "Son of"] "Alastair" -> "Liberty" [taillabel = "Sister of"] "Esme" -> "Liberty" [taillabel = "Sister-in-law of"] "Sterling" -> "Liberty" [taillabel = "Aunt of"] "Irving" -> "Liberty" [taillabel = "Aunt of"] }' | dot -Tsvg > output.svg