OBJECT

Measure

Semantic meaning for measurements: binds a quantity to its measurement unit. See http://www.qudt.org/pages/QUDToverviewPage.html

link GraphQL Schema definition

  • type Measure {
  • # Added for CommonsPub
  • canonicalUrl: URI
  • # A number representing the quantity, will be paired with a unit.
  • hasNumericalValue: Float!
  • # A unit of measure.
  • hasUnit: Unit!
  • id: ID!
  • }