schemaIsBasedOn constant

IriTerm const schemaIsBasedOn

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

A resource from which this work is derived or from which it is a modification or adaptation.

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

Implementation

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