echo 'digraph { "Rail Racer" -> "Railspike" [taillabel = "Component of"] "Rapid Run" -> "Railspike" [taillabel = "Teammate of"] "Midnight Express" -> "Railspike" [taillabel = "Teammate of"] "Rail Racer" -> "Rapid Run" [taillabel = "Component of"] "Railspike" -> "Rapid Run" [taillabel = "Teammate of"] "Midnight Express" -> "Rapid Run" [taillabel = "Teammate of"] "Rail Racer" -> "Midnight Express" [taillabel = "Component of"] "Railspike" -> "Midnight Express" [taillabel = "Teammate of"] "Rapid Run" -> "Midnight Express" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg