/**
@prefix :  .
<> a ;
	:title "ごはんですよ!トースト (マヨネーズトースト)のレシピのPERT図"@ja;
	:dependencies "ごはんですよ!トースト (マヨネーズトースト)のレシピのPERT図をDOT言語で表現したファイルです。"@ja;
	:created "2014-03-29"^^:W3CDTF;
	:modified "2014-04-03"^^:W3CDTF;
	:identifier "urn:uuid:8f44065f-5e1b-40dc-8a13-993d330a5194"^^: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 = "マヨネーズを塗る(1)", URL = "/recipes/gohandesuyo_toast/#fragment_mayonnaisetoast_process1"];
	2 -> 3 [label = "ごはんですよ!を塗る(1)", URL = "/recipes/gohandesuyo_toast/#fragment_mayonnaisetoast_process2"];
	3 -> 4 [label = "焼成(2)", URL = "/recipes/gohandesuyo_toast/#fragment_mayonnaisetoast_process3"];
}