Skip to content

Slot: exponent_of_other

Indicates whether a unit of measure can be expressed in terms of the standard exponents (as shown in the examples).

URI: gist:exponentOfOther

Properties

Type and Range

Property Value
Range Decimal or 
UnitGroup or 
UnitOfMeasure
Domain UnitGroup
Slot URI gist:exponentOfOther

Cardinality and Requirements

Property Value
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'UnitGroup'}) - AnonymousSlotExpression({'range': 'UnitOfMeasure'})

In Subsets

Aliases

  • exponent of other

Examples

Value
Decibel, pH, and octave are units of measure that are logarithmic. Their unit groups have exponent of other = 1.

Comments

  • Set the value to 0 if the units of measure in the unit group can be expressed using the standard set of exponents (as in the examples).
    Otherwise set the value to 1, which typically means the units of measure in the group use a logarithmic scale.
    

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist:exponentOfOther
native gist:exponent_of_other

LinkML Source

name: exponent_of_other
description: Indicates whether a unit of measure can be expressed in terms of the
  standard exponents (as shown in the examples).
comments:
- "Set the value to 0 if the units of measure in the unit group can be expressed using\
  \ the standard set of exponents (as in the examples).\r\n\r\n\t\tOtherwise set the\
  \ value to 1, which typically means the units of measure in the group use a logarithmic\
  \ scale."
examples:
- value: Decibel, pH, and octave are units of measure that are logarithmic. Their
    unit groups have exponent of other = 1.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- exponent of other
rank: 1000
domain: UnitGroup
slot_uri: gist:exponentOfOther
range: decimal
any_of:
- range: UnitGroup
- range: UnitOfMeasure