Glossary

A collection of terms with a distinct definition or meaning.

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.
Object
The object representation of the Thing CoreMetaData.
Object
An object of License.
Context
The JSON-LD context for the item in question.
Object
The object representation of the Thing Authority Document.
Paginated List
A paginated list of Terms to be included in a glossary or dictionary entry.
{
	"Glossary" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Glossary",
		"authorityDocument" : 
		{
			"@id" : "URL",
			"@type" : "AuthorityDocument",
			"authorityDocumentType" : "String",
			"commonNames" : 
			[
				{
					"commonName" : "String"
				}
			],
			"elementId" : "String",
			"geographicCoverage" : 
			[
				{
					"geographicCoverage" : 
					{
						"@id" : "URL",
						"@type" : "GeographicCoverage",
						"continent" : "String",
						"country" : 
						{
							"@id" : "URL",
							"@type" : "Country",
							"elementId" : "String",
							"name" : "String"
						},
						"countryCodeAlpha3" : "String",
						"elementId" : "String",
						"geographicalArea" : "String",
						"stateTerritoryProvince" : 
						{
							"@type" : "StateTerritoryProvince",
							"name" : "String",
							"stateCode" : "String"
						}
					}
				}
			],
			"officialName" : "String",
			"subjectMatters" : 
			[
				{
					"subjectMatter" : 
					{
						"@id" : "URL",
						"@type" : "SubjectMatter",
						"elementId" : "String",
						"hierarchyItems" : 
						{
							"@id" : "URL",
							"@type" : "HierarchyItems",
							"elementId" : "String",
							"hierarchicalChildren" : 
							[
								{
									"hierarchicalChild" : 
									{
										"@id" : "URL",
										"@type" : "HierarchicalChild",
										"elementId" : "String"
									}
								}
							],
							"hierarchicalParents" : 
							[
								{
									"hierarchicalParent" : 
									{
										"@id" : "URL",
										"@type" : "HierarchicalParent",
										"elementId" : "String"
									}
								}
							],
							"sortValue" : "String"
						},
						"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",
		"license" : 
		{
			"@id" : "URL",
			"@type" : "License",
			"elementId" : "String",
			"licenseType" : 
			{
				"@id" : "URL",
				"@type" : "LicenseType",
				"details" : "String",
				"elementId" : "String",
				"rightsToDerivate" : "Boolean",
				"rightsToRedistribute" : "Boolean",
				"rightsToScrape" : "Boolean",
				"rightsToTag" : "Boolean",
				"rightsToTransform" : "Boolean",
				"usageLicenseType" : "String",
				"usageRulesExamined" : 
				[
					{
						"usageRuleExamined" : 
						{
							"@id" : "URL",
							"@type" : "UsageRuleExamined",
							"checked" : "Boolean",
							"confidenceScore" : "Decimal",
							"details" : "String",
							"elementId" : "String",
							"name" : "String",
							"statusText" : "String",
							"url" : "URL"
						}
					}
				]
			},
			"url" : "URL"
		},
		"schemaVersion" : "",
		"termsPaginatedList" : 
		{
			"@id" : "URL",
			"@type" : "paginatedList",
			"Glossary" : 
			{
				"@id" : "URL",
				"@type" : "Glossary",
				"elementId" : "String"
			},
			"nextPage" : "URL",
			"page" : "Integer",
			"perPage" : "Integer",
			"previousPage" : "URL",
			"terms" : 
			[
				{
					"Term" : 
					{
						"@context" : "https://grcschema.org/",
						"@id" : "URL",
						"@type" : "Term",
						"acronym" : 
						{
							"@id" : "URL",
							"@type" : "Acronym",
							"elementId" : "String",
							"text" : "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"
						},
						"definitions" : 
						[
							{
								"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"
								}
							}
						],
						"elementId" : "String",
						"nonstandard" : "Boolean",
						"nonstandardTerms" : 
						[
							{
								"term" : 
								{
									"@id" : "URL",
									"@type" : "Term",
									"elementId" : "String",
									"name" : "String"
								}
							}
						],
						"otherForms" : 
						[
							{
								"otherForm" : 
								{
									"@id" : "URL",
									"@type" : "OtherForm",
									"elementId" : "String",
									"name" : "String",
									"nonstandard" : "Boolean",
									"propertyType" : "String"
								}
							}
						],
						"preferredTerm" : "Boolean",
						"schemaVersion" : "",
						"standardTerm" : 
						{
							"@id" : "URL",
							"@type" : "StandardTerm",
							"elementId" : "String",
							"name" : "String"
						},
						"termRelationshipPaginatedList" : 
						{
							"@id" : "URL",
							"@type" : "paginatedList",
							"nextPage" : "URL",
							"page" : "Integer",
							"perPage" : "Integer",
							"previousPage" : "URL",
							"termRelationship" : 
							{
								"@id" : "URL",
								"@type" : "TermRelationship",
								"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",
								"term" : 
								{
									"@id" : "URL",
									"@type" : "Term",
									"elementId" : "String",
									"name" : "String"
								},
								"termRelationshipType" : 
								{
									"@id" : "URL",
									"@type" : "TermRelationshipType",
									"elementId" : "String",
									"name" : "String"
								}
							},
							"total" : "Integer"
						}
					}
				}
			],
			"total" : "Integer"
		}
	}
}
Visualized image