echo 'digraph { "Alphonse Elric" -> "Edward Elric" [taillabel = "Older Brother of"] "Winry Rockbell" -> "Edward Elric" [taillabel = "In love with"] "Van Hohenheim" -> "Edward Elric" [taillabel = "Son of"] "Trisha Elric" -> "Edward Elric" [taillabel = "Son of"] "Pinako Rockbell" -> "Edward Elric" [taillabel = "Adopted grandson of"] "Sara Rockbell" -> "Edward Elric" [taillabel = "Adopted son of"] "Winry Rockbell" -> "Edward Elric" [taillabel = "Husband of"] "Edward Elric" -> "Alphonse Elric" [taillabel = "Younger Brother of"] "Pinako Rockbell" -> "Alphonse Elric" [taillabel = "Adopted grandson of"] "Van Hohenheim" -> "Alphonse Elric" [taillabel = "Son of"] "Trisha Elric" -> "Alphonse Elric" [taillabel = "Son of"] "Sara Rockbell" -> "Alphonse Elric" [taillabel = "Adopted son of"] "Edward Elric" -> "Van Hohenheim" [taillabel = "Father of"] "Alphonse Elric" -> "Van Hohenheim" [taillabel = "Father of"] "Trisha Elric" -> "Van Hohenheim" [taillabel = "Husband of"] "Alphonse Elric" -> "Trisha Elric" [taillabel = "Mother of"] "Edward Elric" -> "Trisha Elric" [taillabel = "Mother of"] "Van Hohenheim" -> "Trisha Elric" [taillabel = "Wife of"] "Pinako Rockbell" -> "Winry Rockbell" [taillabel = "Granddaughter of"] "Edward Elric" -> "Winry Rockbell" [taillabel = "In love with"] "Edward Elric" -> "Winry Rockbell" [taillabel = "Wife of"] "Winry Rockbell" -> "Pinako Rockbell" [taillabel = "Grandmother of"] "Alphonse Elric" -> "Pinako Rockbell" [taillabel = "Adoptive grandmother of"] "Edward Elric" -> "Pinako Rockbell" [taillabel = "Adoptive grandmother of"] "Sara Rockbell" -> "Pinako Rockbell" [taillabel = "Mother of"] "Winry Rockbell" -> "Sara Rockbell" [taillabel = "Mother of"] "Edward Elric" -> "Sara Rockbell" [taillabel = "Adoptive Mother of"] "Pinako Rockbell" -> "Sara Rockbell" [taillabel = "Daughter of"] "Alphonse Elric" -> "Sara Rockbell" [taillabel = "Adoptive Mother of"] }' | dot -Tsvg > output.svg