schemaDatePublished constant

IriTerm const schemaDatePublished

datePublished from schema vocabulary [Expects: https://schema.org/Date, https://schema.org/DateTime]

Date of first publication or broadcast. For example the date a {CreativeWork} was broadcast or a {Certification} was issued.

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

Implementation

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