schemaSdLicense constant

IriTerm const schemaSdLicense

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

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

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

Implementation

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