schemaWorkTranslation constant

IriTerm const schemaWorkTranslation

workTranslation from schema vocabulary [Expects: https://schema.org/CreativeWork]

A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.

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

Implementation

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