echo 'digraph { "Linda" -> "Kamo" [taillabel = "In love with"] "Anton" -> "Kamo" [taillabel = "Enemy of"] "Link" -> "Kamo" [taillabel = "Friend of"] "Tetra" -> "Link" [taillabel = "Friend of"] "Link's Grandma" -> "Link" [taillabel = "Grandson of"] "Aryll" -> "Link" [taillabel = "Older Brother of"] "Linda" -> "Anton" [taillabel = "Lover of"] "Sue-Belle" -> "Linda" [taillabel = "Best friend of"] "Anton" -> "Linda" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg