license type

The object representation of the Thing LicenseType.

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.
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.
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" : 
	{
		"@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"
				}
			}
		]
	}
}
Visualized image