schemaFileFormat constant

IriTerm const schemaFileFormat

fileFormat from schema vocabulary [Expects: https://schema.org/Text, https://schema.org/URL]

Media type, typically MIME format (see IANA site) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.

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

Implementation

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