Slot: exponent_of_number
The exponent of number in a product of powers of base units.
URI: gist:exponentOfNumber
Properties
Type and Range
Cardinality and Requirements
Expressions & Logic
#### Any Of
Value must satisfy at least one of:
- AnonymousSlotExpression({'range': 'UnitGroup'})
- AnonymousSlotExpression({'range': 'UnitOfMeasure'})
In Subsets
Aliases
Examples
| Value |
| In the equation '1 beat per minute = 0.016667 x number per second' |
the conversion factor for beat per minute is 0.016667
the exponent of number is 1
the exponent of second is -1
all other exponents are zero
Every member of a unit group containing beat per minute must be a multiple of number per second. |
- Use when the unit of measure involves a count or other number.
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
gist:exponentOfNumber |
| native |
gist:exponent_of_number |
LinkML Source
name: exponent_of_number
description: The exponent of number in a product of powers of base units.
comments:
- Use when the unit of measure involves a count or other number.
examples:
- value: "In the equation '1 beat per minute = 0.016667 x number per second'\r\n\r\
\n\t\tthe conversion factor for beat per minute is 0.016667\r\n\t\tthe exponent\
\ of number is 1\r\n\t\tthe exponent of second is -1\r\n\t\tall other exponents\
\ are zero\r\n\r\n\t\tEvery member of a unit group containing beat per minute\
\ must be a multiple of number per second."
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- exponent of number
rank: 1000
domain: UnitGroup
slot_uri: gist:exponentOfNumber
range: decimal
any_of:
- range: UnitGroup
- range: UnitOfMeasure