echo 'digraph { "Funco" -> "Modern Literature Teacher" [taillabel = "teacher of"] "Ichiroku" -> "Modern Literature Teacher" [taillabel = "teacher of"] "Sig" -> "Modern Literature Teacher" [taillabel = "teacher of"] "Sig" -> "Funco" [taillabel = "Friend of"] "Ichiroku" -> "Funco" [taillabel = "Friend of"] "Elle" -> "Funco" [taillabel = "Friend of"] "Ichiyon" -> "Ichiroku" [taillabel = "Younger Sister of"] }' | dot -Tsvg > output.svg