echo 'digraph { "Chrom" -> "Frederick" [taillabel = "retainer of"] "Lissa" -> "Frederick" [taillabel = "retainer 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"] "Emmeryn" -> "Chrom" [taillabel = "younger brother of"] "Lissa" -> "Chrom" [taillabel = "Older Brother of"] "Lucina" -> "Chrom" [taillabel = "Father of"] "Robin (Male)" -> "Chrom" [taillabel = "Best friend of"] "Marth" -> "Chrom" [taillabel = "Descendant of"] }' | dot -Tsvg > output.svg