Term Relationship

A defined value of term relationships.

String
A unique and persistent identifier for the record within the system's data set.
Object
A given term representing a single word or multi-word expression as an Object.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing CoreMetaData.
Object
The object representation of the Thing TermRelationshipType.
{
	"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"
		}
	}
}
Visualized image