echo 'digraph { "Tsuki Watanabe" -> "You Watanabe" [taillabel = "Cousin of"] "Chika Takami" -> "You Watanabe" [taillabel = "Best friend of"] "Shiitake" -> "Chika Takami" [taillabel = "Owner of"] "Chika Takami's Mother" -> "Chika Takami" [taillabel = "Daughter of"] "Mito Takami" -> "Chika Takami" [taillabel = "Younger Sister of"] "You Watanabe" -> "Tsuki Watanabe" [taillabel = "Cousin of"] }' | dot -Tsvg > output.svg