/**
@prefix : .
<> a ;
:title "スーパーサンライズクラッシュメロンパンのレシピのPERT図"@ja;
:dependencies "スーパーサンライズクラッシュメロンパンのレシピのPERT図をDOT言語で表現したファイルです。"@ja;
:created "2014-03-29"^^:W3CDTF;
:modified "2014-04-03"^^:W3CDTF;
:identifier "urn:uuid:2df1f636-6a4b-430a-a634-7ba53c00baa0"^^:URI;
:license ;
:creator ;
:conformsTo ; .
*/
digraph PERT_chart {
graph [
rankdir = "LR",
fontname = "IPAPGothic Bold",
labelloc = "t",
label = "スーパーサンライズクラッシュメロンパンのレシピのPERT図"
];
node [
fontname = "IPAGothic"
];
edge [
fontname = "IPAPGothic"
];
1 -> 2 [label = "生地仕込み(15)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process1"];
2 -> 3 [label = "一次発酵(60)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process2"];
2 -> 3 [label = "パイ生地を作る(60)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process3"];
3 -> 4 [label = "ガス抜き(1)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process4"];
4 -> 5 [label = "分割・ベンチタイム(15)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process5"];
5 -> 6 [label = "成形(5)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process6"];
6 -> 7 [label = "最終発酵(70)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process7"];
7 -> 8 [label = "焼成(13)", URL = "/recipes/super_sunrise_crash_melonpan/#fragment_process8"];
}