License Type

The Creative Commons or Copyright restrictions placed on a document. It will either be the Creative Commons licenses of BY, SA, ND, NC, ©, or FDL if publicly facing. It could also be any compliance restricted document, such as being tagged as FCI, CUI, PCI-DSS, CCPA,HIPAA, PDPA, GDPR, LGPD, PIPEDA, or PDPB.

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.
Context
The JSON-LD context for the item in question.
String
The type of usage license assigned to the document. This could be any of these: BY, SA, ND, NC, ©, or FDL if publicly facing. It could also be any compliance restricted document, such as being tagged as FCI, CUI, PCI-DSS, CCPA, HIPAA, PDPA, GDPR, LGPD, PIPEDA, or PDPB.
Boolean
The content license allows Machine Reading and Tagging.
Boolean
The content license allows Machine Transformation for commercial purposes.
Boolean
The content license allows the right to create and distribute derivative commercial works.
String
The part of the document wherein the Creative Commons, Copyright, or Federated Data License can be found.
Boolean
The content license allows Machine-based redistribution of the original content.
Boolean
The right to scrape a website's contents for use in Text and Data Mining.
{
	"LicenseType" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "LicenseType",
		"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"
		},
		"details" : "String",
		"elementId" : "String",
		"licenseRightsReference" : "String",
		"rightsToDerivate" : "Boolean",
		"rightsToRedistribute" : "Boolean",
		"rightsToScrape" : "Boolean",
		"rightsToTag" : "Boolean",
		"rightsToTransform" : "Boolean",
		"schemaVersion" : "1",
		"usageLicenseType" : "String",
		"usageRulesExamined" : 
		[
			{
				"usageRuleExamined" : 
				{
					"@id" : "URL",
					"@type" : "UsageRuleExamined",
					"checked" : "Boolean",
					"confidenceScore" : "Decimal",
					"details" : "String",
					"elementId" : "String",
					"name" : "String",
					"statusText" : "String",
					"url" : "URL"
				}
			}
		]
	}
}
Visualized image