echo 'digraph { "Izuna Hatsuse" -> "Ino Hatsuse" [taillabel = "Grandfather of"] "Shiro" -> "Ino Hatsuse" [taillabel = "Subordinate of"] "Sora" -> "Ino Hatsuse" [taillabel = "Subordinate of"] "Shrine Priestess" -> "Ino Hatsuse" [taillabel = "devotee of"] "Jibril" -> "Sora" [taillabel = "Master of "] "Shiro" -> "Sora" [taillabel = "Brother of"] "Teto" -> "Sora" [taillabel = "summoned by"] "Sora" -> "Shiro" [taillabel = "Sister of"] "Teto" -> "Shiro" [taillabel = "summoned by"] "Ino Hatsuse" -> "Izuna Hatsuse" [taillabel = "Granddaughter of"] }' | dot -Tsvg > output.svg