echo 'digraph { "Loki" -> "Thor Odinson" [taillabel = "Adoptive brother of"] "Odin" -> "Thor Odinson" [taillabel = "Son of"] "Gaea" -> "Thor Odinson" [taillabel = "Son of"] "Thor Odinson" -> "Odin" [taillabel = "Father of"] "Loki" -> "Odin" [taillabel = "Adoptive father of"] "Thor Odinson" -> "Gaea" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg