OBJECT

Unit

Defines a unit of measurement, along with its display symbol. From OM2 vocabulary.

link GraphQL Schema definition

  • type Unit {
  • # Added for CommonsPub
  • canonicalUrl: URI
  • id: ID!
  • inScopeOf: AnyContext
  • # A human readable label for the unit, can be language specific.
  • label: String!
  • # A standard display symbol for a unit of measure.
  • symbol: String!
  • }