/** @prefix : . <> a ; :title "焼きたて!!ジャぱんの霧崎家の家系図"@ja; :dependencies "焼きたて!!ジャぱんの霧崎家の家系図をDOT言語で書いたものです。"@ja; :created "2014-03-30"^^:W3CDTF; :modified "2014-04-03"^^:W3CDTF; :identifier "urn:uuid:8bce33e3-a2a1-4d7d-a2e5-ded87f1e99c5"^^:URI; :license ; :creator ; :conformsTo ; . */ digraph KirisakiFamilyTree { graph [ label = "焼きたて!!ジャぱんの霧崎家の家系図", labelloc = "t", fontname = "IPAPGothic bold", splines = "polyline", nodesep = "0.8", ranksep = "0.8" ]; node [ shape = "box", style = "filled", fontname = "IPAPGothic" ]; edge [ fontname = "IPAPGothic" ]; { rank = "same"; "霧崎雄一" [fillcolor = "#DDFFFF"]; "シルヴァン・ソフィの母" [fillcolor = "#FFDDDD"]; "ゴルドン" [fillcolor = "#DDFFFF"]; } { "マイスター霧崎" [fillcolor = "#DDFFFF"]; "ソフィ・バルザック・霧崎" [fillcolor = "#FFDDDD"]; } kirisaki1 [shape = "point"]; kirisaki2 [shape = "point"]; "霧崎雄一" -> kirisaki1; "シルヴァン・ソフィの母" -> kirisaki1; "ゴルドン" -> kirisaki2 [label = "養子"]; kirisaki1 -> "マイスター霧崎" [label = "1"]; kirisaki1 -> "ソフィ・バルザック・霧崎" [label = "2"]; kirisaki2 -> "マイスター霧崎"; kirisaki2 -> "ソフィ・バルザック・霧崎"; }