echo 'digraph { "Darios" -> "Oskar" [taillabel = "Father of"] "Oskar" -> "Darios" [taillabel = "Son of"] }' | dot -Tsvg > output.svg