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