echo 'digraph { "Chrom" -> "Robin (Female)" [taillabel = "Best friend of"] "Validar" -> "Robin (Female)" [taillabel = "Daughter of"] "Morgan (male)" -> "Robin (Female)" [taillabel = "Mother 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"] "Robin (Female)" -> "Morgan (male)" [taillabel = "son of"] "Robin (Male)" -> "Validar" [taillabel = "Father of"] "Robin (Female)" -> "Validar" [taillabel = "Father of"] }' | dot -Tsvg > output.svg