/**
@prefix : .
<> a ;
:title "ジャぱん1号 (豆乳パン)のレシピのPERT図"@ja;
:dependencies "ジャぱん1号 (豆乳パン)のレシピのPERT図をDOT言語で表現したファイルです。"@ja;
:created "2014-03-29"^^:W3CDTF;
:modified "2014-04-03"^^:W3CDTF;
:identifier "urn:uuid:5e0d75ad-1b29-4b8c-af21-b7f9013bc03b"^^:URI;
:license ;
:creator ;
:conformsTo ; .
*/
digraph PERT_chart {
graph [
rankdir = "LR",
fontname = "IPAPGothic Bold",
labelloc = "t",
label = "ジャぱん1号 (豆乳パン)のレシピのPERT図"
];
node [
fontname = "IPAGothic"
];
edge [
fontname = "IPAPGothic"
];
1 -> 2 [label = "生地仕込み(20)", URL = "/recipes/japan1/#fragment_process1"];
2 -> 3 [label = "一次発酵(70)", URL = "/recipes/japan1/#fragment_process2"];
3 -> 4 [label = "ガス抜き(1)", URL = "/recipes/japan1/#fragment_process3"];
4 -> 5 [label = "分割・ベンチタイム(20)", URL = "/recipes/japan1/#fragment_process4"];
5 -> 6 [label = "成形(5)", URL = "/recipes/japan1/#fragment_process5"];
6 -> 7 [label = "最終発酵(45)", URL = "/recipes/japan1/#fragment_process6"];
7 -> 8 [label = "焼成(45)", URL = "/recipes/japan1/#fragment_process7"];
}