archivedAt constant

IriTerm const archivedAt

IRI for schemahttp:archivedAt [Expects: http://schema.org/URL, http://schema.org/WebPage]

Indicates a page or other link involved in archival of a {CreativeWork}. In the case of {MediaReview}, the items in a {MediaReviewItem} may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.

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

Implementation

static const archivedAt = IriTerm.prevalidated(
  'http://schema.org/archivedAt',
);