schemaLicense constant

IriTerm const schemaLicense

license from schema vocabulary [Expects: https://schema.org/CreativeWork, https://schema.org/URL]

A license document that applies to this content, typically indicated by URL.

Can be used on: https://schema.org/CreativeWork

Implementation

static const schemaLicense = IriTerm.prevalidated(
  'https://schema.org/license',
);