echo 'digraph { "Spandine" -> "Spandam" [taillabel = "Son of"] "Funkfreed" -> "Spandam" [taillabel = "Owner of"] "Spandam" -> "Spandine" [taillabel = "Father of"] "Spandam" -> "Funkfreed" [taillabel = "Weapon of"] }' | dot -Tsvg > output.svg