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