Definition

A definition of a term.

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 date in which an object was attributed to a Source.
Object
The bibliographic reference data.
Object
The object representation of the Thing CoreMetaData.
Context
The JSON-LD context for the item in question.
Object
The object representation of the Thing NamedEntity.
Object
The object representation of the Thing PartOfSpeech.
{
	"Definition" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Definition",
		"attribution" : 
		{
			"@id" : "URL",
			"@type" : "Attribution",
			"contributors" : 
			[
				{
					"contributor" : 
					{
						"@id" : "URL",
						"@type" : "Contributor",
						"elementId" : "String",
						"organization" : 
						{
							"@id" : "URL",
							"@type" : "Organization",
							"elementId" : "String",
							"name" : "String"
						},
						"person" : 
						{
							"@id" : "URL",
							"@type" : "Person",
							"elementId" : "String",
							"name" : "String"
						},
						"role" : 
						{
							"@id" : "URL",
							"@type" : "Role",
							"description" : "String",
							"elementId" : "String",
							"name" : "String"
						}
					}
				}
			],
			"dateAdded" : "Datetime",
			"elementId" : "String"
		},
		"bibliographicReference" : 
		{
			"@type" : "BibliographicReference",
			"chapter" : "String",
			"citationFormat" : "String",
			"description" : "String",
			"documentType" : "String",
			"effectiveDate" : "Datetime",
			"page" : "String",
			"pages" : "String",
			"paragraph" : "String",
			"part" : "String",
			"publishedDate" : "Date",
			"publishedName" : "String",
			"publisher" : 
			{
				"@id" : "URL",
				"@type" : "Publisher",
				"elementId" : "String",
				"name" : "String",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				}
			},
			"section" : "String",
			"series" : "String",
			"subchapter" : "String",
			"subpart" : "String",
			"subtitle" : "String",
			"title" : "String",
			"version" : "String"
		},
		"bloomLevel" : 
		{
			"@id" : "URL",
			"@type" : "BloomLevel",
			"elementId" : "String",
			"level" : "Integer",
			"name" : "String"
		},
		"coreMetaData" : 
		{
			"@type" : "CoreMetaData",
			"checksum" : "String",
			"created" : 
			{
				"@type" : "Created",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"deprecatedBy" : "URL",
			"live" : "Boolean",
			"modified" : 
			{
				"@type" : "Modified",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"notes" : "String",
			"status" : "String",
			"supersededBy" : "URL",
			"validated" : "Integer"
		},
		"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"
		},
		"schemaVersion" : "",
		"text" : "String"
	}
}
Visualized image