echo 'digraph { "Ornn" -> "Anivia" [taillabel = "Sister of"] "Volibear" -> "Anivia" [taillabel = "Sister of"] "Anivia" -> "Ornn" [taillabel = "Brother of"] "Volibear" -> "Ornn" [taillabel = "Brother of"] "Anivia" -> "Volibear" [taillabel = "Brother of"] "Ornn" -> "Volibear" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg