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