OBJECT

ContentLanguage

Language(s) of the content of a work and/or of an original work of which it is a translation

link GraphQL Schema definition

  • type ContentLanguage {
  • # The country of the language's national variant, as used to distinguish between
  • # Brazilian and Portuguese variants of the Portuguese language, for example.
  • # A code from [ONIX code list 91](https://ns.editeur.org/onix/en/91), Country.
  • country: ONIXCode
  • # The content language's unique internal identifier
  • id: Int
  • # The content language. A code from [ONIX code list
  • # 74](https://ns.editeur.org/onix/en/74), Language.
  • language: ONIXCode!
  • # The code for the country of the language's national variant
  • onixCountryCode: ONIXCountryCode
  • # The content language code
  • onixLanguageCode: ONIXLanguageCode!
  • # The code for the role of the language on a work
  • onixLanguageRoleCode: ONIXLanguageRoleCode!
  • # The code for the script in which the language is represented
  • onixScriptCode: ONIXScriptCode
  • # The role of the language on a work. A code from [ONIX code list
  • # 22](https://ns.editeur.org/onix/en/22),
  • # Language role
  • role: ONIXCode!
  • # A code identifying the script in which the language is represented, from
  • # [ONIX code list 121](https://ns.editeur.org/onix/en/121), Text script
  • script: ONIXCode
  • }