echo 'digraph { "Lyza" -> "Rico" [taillabel = "Daughter of"] "Reg" -> "Rico" [taillabel = "Best friend of"] "Rico" -> "Reg" [taillabel = "Best friend of"] "Rico" -> "Lyza" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg