echo 'digraph { "Brady" -> "Maribelle" [taillabel = "Mother of"] "Lissa" -> "Maribelle" [taillabel = "Close Friend of"] "Emmeryn" -> "Lissa" [taillabel = "Younger Sister of"] "Chrom" -> "Lissa" [taillabel = "Younger Sister of"] "Owain" -> "Lissa" [taillabel = "Mother of"] "Ophelia" -> "Lissa" [taillabel = "grandmother of"] "Maribelle" -> "Lissa" [taillabel = "Close Friend of"] "Maribelle" -> "Brady" [taillabel = "son of"] }' | dot -Tsvg > output.svg