/**
@prefix :  .
<> a ;
	:title "ジャぱん60号 (モチモチジャぱん)のレシピのPERT図"@ja;
	:dependencies "ジャぱん60号 (モチモチジャぱん)のレシピのPERT図をDOT言語で表現したファイルです。"@ja;
	:created "2014-03-29"^^:W3CDTF;
	:modified "2014-04-03"^^:W3CDTF;
	:identifier "urn:uuid:b307b26a-5e13-4807-8a47-9d6a48061c47"^^:URI;
	:license ;
	:creator ;
	:conformsTo ; .
*/
digraph PERT_chart {
	graph [
		rankdir = "LR",
		fontname = "IPAPGothic Bold",
		labelloc = "t",
		label = "ジャぱん60号 (モチモチジャぱん)のレシピのPERT図"
	];
	node [
		fontname = "IPAGothic"
	];
	edge [
		fontname = "IPAPGothic"
	];
	1 -> 2 [label = "バイタルグルテンを作ります(20)", URL = "/recipes/japan60/#fragment_process1"];
	2 -> 3 [label = "生地仕込み(30)", URL = "/recipes/japan60/#fragment_process2"];
	3 -> 4 [label = "一次発酵(60)", URL = "/recipes/japan60/#fragment_process3"];
	4 -> 5 [label = "ガス抜き(1)", URL = "/recipes/japan60/#fragment_process4"];
	5 -> 6 [label = "ベンチタイム(20)", URL = "/recipes/japan60/#fragment_process5"];
	6 -> 7 [label = "成形(10)", URL = "/recipes/japan60/#fragment_process6"];
	7 -> 8 [label = "最終発酵(50)", URL = "/recipes/japan60/#fragment_process7"];
	8 -> 9 [label = "焼成(35)", URL = "/recipes/japan60/#fragment_process8"];
}