echo 'digraph { "Yuri Kagami" -> "Misato Tendou" [taillabel = "Employee of"] "Ryouko Tendou" -> "Misato Tendou" [taillabel = "Mother of"] "Misato Tendou" -> "Ryouko Tendou" [taillabel = "Daughter of"] "Ren Kagami" -> "Yuri Kagami" [taillabel = "Mother of"] "Misato Tendou" -> "Yuri Kagami" [taillabel = "Boss of"] }' | dot -Tsvg > output.svg