License

An object of License.

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 LicenseType.
{
	"license" : 
	{
		"@id" : "URL",
		"@type" : "License",
		"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"
					}
				}
			]
		},
		"url" : "URL"
	}
}
Visualized image