echo 'digraph { "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"] "Shiida" -> "Marth" [taillabel = "Engaged to"] "Merric" -> "Marth" [taillabel = "Friend of"] "Elice" -> "Marth" [taillabel = "Brother 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"] "Validar" -> "Robin (Male)" [taillabel = "son of"] "Morgan (female)" -> "Robin (Male)" [taillabel = "Father of"] "Chrom" -> "Robin (Male)" [taillabel = "Best friend of"] "Chrom" -> "Lucina" [taillabel = "Daughter of"] "Lissa" -> "Emmeryn" [taillabel = "Older sister of"] "Chrom" -> "Emmeryn" [taillabel = "Older sister of"] }' | dot -Tsvg > output.svg