isBasedOnUrl constant

IriTerm const isBasedOnUrl

isBasedOnUrl [Expects: https://schema.org/CreativeWork, https://schema.org/Product, https://schema.org/URL]

A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.

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

Implementation

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