Definition

The object representation of the Thing Definition.

Object
The object representation of the Thing Language.
String
A unique and persistent identifier for the record within the system's data set.
Object
Represents a level from Bloom's taxonomy.
String
Generic text of any sort.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing NamedEntity.
Object
The object representation of the Thing PartOfSpeech.
{
	"definition" : 
	{
		"@id" : "URL",
		"@type" : "Definition",
		"bloomLevel" : 
		{
			"@id" : "URL",
			"@type" : "BloomLevel",
			"elementId" : "String",
			"level" : "Integer",
			"name" : "String"
		},
		"elementId" : "String",
		"language" : 
		{
			"@id" : "URL",
			"@type" : "Language",
			"elementId" : "String",
			"languageCodeAlpha2" : "String",
			"languageCodeAlpha3" : "String",
			"name" : "String"
		},
		"namedEntity" : 
		{
			"@id" : "URL",
			"@type" : "NamedEntity",
			"elementId" : "String",
			"name" : "String"
		},
		"partOfSpeech" : 
		{
			"@id" : "URL",
			"@type" : "PartOfSpeech",
			"elementId" : "String",
			"name" : "String"
		},
		"text" : "String"
	}
}
Visualized image