schemaContentUrl constant

IriTerm const schemaContentUrl

contentUrl from schema vocabulary [Expects: https://schema.org/URL]

Actual bytes of the media object, for example the image file or video file.

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

Implementation

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