Bloom Level

Represents a level from Bloom's taxonomy.

String
The name of the item or record.
String
A unique and persistent identifier for the record within the system's data set.
URL
The full unique link to the item so it's traversable by that property.
Integer
Represents a numeric level, or value, for an object.
{
	"bloomLevel" : 
	{
		"@id" : "URL",
		"@type" : "BloomLevel",
		"elementId" : "String",
		"level" : "Integer",
		"name" : "String"
	}
}
Visualized image