RUM: Register of Units of Measure

The Register of Units of Measure (RUM) is the canonical example from ISO 19135 Annex D. It demonstrates a Complete Concept Register (CCR) with full governance.

1. General Information

Register TitleRegister of Units of Measure
Register AbbreviationRUM
Version1.0.0
Date2025-01-15

2. Scope and Purpose

PurposeTo provide a definitive, governed register of units of measure for use in scientific, engineering, and commercial applications.
Scope
  • SI base units (meter, kilogram, second, etc.)
  • SI derived units (newton, joule, watt, etc.)
  • SI prefixes (kilo-, milli-, etc.)
  • Non-SI units accepted for use with SI
  • Traditional units in common use
Out of Scope
  • Historical/archaic units not in current use
  • Domain-specific units (e.g., particle physics)
  • Conversion factors (separate register)
Target UsersStandards bodies, software developers, data integrators, scientific researchers

3. Identifier Scheme

Object Identifier Formaturn:iso:std:iso:19135:rum:{uuid}
Functional Identifier Formatrum:{symbol} (e.g., rum:m for meter)
Assignment RulesObject identifiers auto-assigned on creation. Functional identifiers assigned by Control Body based on international symbol conventions.
Persistence PolicyObject identifiers guaranteed for the lifetime of the register. Succession plan documented with BIPM as successor organization.

4. Content Requirements

Required Attributes
AttributeTypeDescription
symbolStringUnit symbol (e.g., "m", "kg")
nameStringFull unit name (e.g., "meter")
definitionStringFormal definition
unitTypeEnumerationbase, derived, prefix, traditional
Optional Attributes
AttributeTypeDescription
quantityStringPhysical quantity (e.g., "length")
siBaseUnitBooleanIs this an SI base unit?
derivationStringFor derived units, the derivation formula
statusEnumerationcurrent, deprecated, historical

5. Versioning

Versioning SchemeSemantic (MAJOR.MINOR.PATCH)
Substantive Change Criteria
  • Change to symbol or name
  • Change to definition that alters meaning
  • Change to derivation formula
  • Change to unitType classification

6. Governance Model

Register OwnerISO/TC 211 Secretariat
Register ManagerISO Central Secretariat, Registry Services
Control BodyISO/TC 211 WG 6 (Image, grid and coverage data)
Proposal Process
  1. Proposer submits via ISO portal with justification
  2. Manager validates completeness within 5 working days
  3. Control Body reviews at monthly meeting
  4. Decision communicated within 10 working days of meeting
Approval Criteria
  • Unit is in recognized use
  • Definition is clear and unambiguous
  • Symbol doesn't conflict with existing units
  • Proposal includes supporting references
Appeal ProcessAppeals to ISO/TC 211 Chair within 30 days. Chair's decision final or may escalate to ISO Technical Management Board.

7. Commitments

CommitmentLevelDescription
Access - MetadataHighPublicly accessible via API and web interface
Access - ContentHighFull content publicly accessible
Access - HistoricHighAll versions accessible via API
Persistence - IdentifierHighIndefinite; succession agreement with BIPM
Persistence - ContentHighAll versions preserved permanently
Persistence - HistoricHighComplete change records preserved
TransparencyHighFull provenance, proposals, and decisions visible

8. Conformance Claims

Register TypeComplete Concept Register (CCR)
Capabilities
  • Content management
  • Concept plane modeling
  • Full governance
  • Complete commitments

Sample Items

Meter

{
  "identifier": "urn:iso:std:iso:19135:rum:a1b2c3d4",
  "functionalId": "rum:m",
  "symbol": "m",
  "name": "meter",
  "definition": "The metre, symbol m, is the SI unit of length...",
  "unitType": "base",
  "quantity": "length",
  "siBaseUnit": true,
  "status": {
    "valid": true,
    "published": true,
    "superseded": false
  },
  "dates": {
    "added": "1960-10-14",
    "modified": "1983-10-20"
  },
  "versions": [
    {
      "version": "1.0.0",
      "date": "1960-10-14",
      "definition": "The metre is the length equal to 1,650,763.73 wavelengths..."
    },
    {
      "version": "2.0.0",
      "date": "1983-10-20",
      "definition": "The metre is the length of the path travelled by light..."
    }
  ]
}

Related Topics