echo 'digraph { "You Tomoe" -> "Raoul Mathias Jean Aimee" [taillabel = "Father of"] "Imari Tomoe" -> "Raoul Mathias Jean Aimee" [taillabel = "Husband of"] "Imari Tomoe" -> "You Tomoe" [taillabel = "son of"] "Raoul Mathias Jean Aimee" -> "You Tomoe" [taillabel = "son of"] "You Tomoe" -> "Imari Tomoe" [taillabel = "Mother of"] "Raoul Mathias Jean Aimee" -> "Imari Tomoe" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg