echo 'digraph { "Claire Elford" -> "Fiona Elford" [taillabel = "Mother of"] "Dorothy Elford" -> "Fiona Elford" [taillabel = "Daughter of"] "Sirius Gibson" -> "Claire Elford" [taillabel = "Adoptive sister of"] "Dorothy Elford" -> "Claire Elford" [taillabel = "Granddaughter of"] "Noel Levine" -> "Claire Elford" [taillabel = "Childhood friend of"] "Fiona Elford" -> "Claire Elford" [taillabel = "Daughter of"] "Claire Elford" -> "Dorothy Elford" [taillabel = "Grandmother of"] "Sirius Gibson" -> "Dorothy Elford" [taillabel = "Adoptive Mother of"] "Fiona Elford" -> "Dorothy Elford" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg