echo 'digraph { "Elsine" -> "Yuisis" [taillabel = "Cousin of"] "Elsine" -> "Yuisis" [taillabel = "Childhood friend of"] "Yuisis" -> "Elsine" [taillabel = "Cousin of"] "Yuisis" -> "Elsine" [taillabel = "Childhood friend of"] }' | dot -Tsvg > output.svg