digraph {
	rankdir = LR;
	charset="utf-8";

	"Rhttp://example.com" -> "LCopy Room" [ label="http://example.com" ];
	"Rhttp://example.org/subject" -> "Llabel" [ label="http://www.w3.org/2000/01/rdf-schema#label" ];
	"Rhttp://example.org/subject" -> "Rhttp://example.org/object" [ label="http://example.org/predicate" ];
	"Rhttp://example.com" -> "LCopy Room" [ label="http://example.com" ];
	"Rhttp://10saves.com/ont/agent/abc_sub" -> "LCopy Room" [ label="http://10saves.com/ont/agent/abc_pred" ];

	// Resources
	"Rhttp://example.com" [ label="http://example.com", shape = ellipse, color = blue ];
	"Rhttp://example.org/subject" [ label="http://example.org/subject", shape = ellipse, color = blue ];
	"Rhttp://example.org/object" [ label="http://example.org/object", shape = ellipse, color = blue ];
	"Rhttp://10saves.com/ont/agent/abc_sub" [ label="http://10saves.com/ont/agent/abc_sub", shape = ellipse, color = blue ];

	// Anonymous nodes

	// Literals
	"LCopy Room" [ label="Copy Room", shape = record ];
	"Llabel" [ label="label", shape = record ];

	label="\n\nModel:\nhttp://dydra.com/";
}
