Assigned License Rules

Rules applied to the usage of a website or document assigned by an agreed to license.

String
The name of the item or record.
String
A unique and persistent identifier for the record within the system's data set.
URL
The Uniform Resource Locator of an internet address.
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.
Object
The object representation of the Thing LicenseType.
{
	"AssignedLicenseRules" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "AssignedLicenseRules",
		"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",
		"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"
					}
				}
			]
		},
		"name" : "String",
		"schemaVersion" : "",
		"url" : "URL",
		"usageLicenseType" : "String"
	}
}
Visualized image