OBJECT

Dewey

A code from the Dewey Decimal Classification system

link GraphQL Schema definition

  • type Dewey implements SubjectCode {
  • # The identifying code
  • code: String
  • # The text description of the subject code
  • description: String
  • # The code division (second level)
  • division: String
  • # The division description
  • divisionDescription: String
  • # Whether the code is the main one in this scheme for the work
  • main: Boolean! @deprecated( reason: "Multiple main codes can now be defined within the schema" )
  • # The code class (top level)
  • mainClass: String
  • # The class description
  • mainClassDescription: String
  • # The scheme under which the code was issued
  • scheme: SubjectCodeSchemeCategory!
  • # The code section (third level)
  • section: String
  • }

link Require by

This element is not required by anyone