echo 'digraph { "Nino" -> "Lloyd Reed" [taillabel = "Step-brother of"] "Sonia" -> "Lloyd Reed" [taillabel = "Step-son of"] "Linus Reed" -> "Lloyd Reed" [taillabel = "Brother of"] "Canas" -> "Nino" [taillabel = "Niece of"] "Hugh" -> "Nino" [taillabel = "Cousin of"] "Lugh" -> "Nino" [taillabel = "Mother of"] "Raigh " -> "Nino" [taillabel = "Mother of"] "Jaffar" -> "Nino" [taillabel = "Loved one of"] "Sonia" -> "Nino" [taillabel = "Step-daughter of"] "Linus Reed" -> "Nino" [taillabel = "Step-sister of"] "Lloyd Reed" -> "Nino" [taillabel = "Step-sister of"] "Nino" -> "Sonia" [taillabel = "Step-mother of"] "Linus Reed" -> "Sonia" [taillabel = "Step-mother of"] "Lloyd Reed" -> "Sonia" [taillabel = "Step-mother of"] "Nino" -> "Linus Reed" [taillabel = "Step-brother of"] "Sonia" -> "Linus Reed" [taillabel = "Step-son of"] "Lloyd Reed" -> "Linus Reed" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg