license type
The object representation of the Thing LicenseType.
{
	"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"
				}
			}
		]
	}
}