echo 'digraph { "Leicester Maycraft" -> "Shelley Maycraft" [taillabel = "Mother of"] "Nagan Maycraft" -> "Shelley Maycraft" [taillabel = "Wife of"] "Shelley Maycraft" -> "Nagan Maycraft" [taillabel = "Husband of"] "Leicester Maycraft" -> "Nagan Maycraft" [taillabel = "Father of"] "Shelley Maycraft" -> "Leicester Maycraft" [taillabel = "Son of"] "Nagan Maycraft" -> "Leicester Maycraft" [taillabel = "Son of"] }' | dot -Tsvg > output.svg