Slot: exponent_of_second
The exponent of second in a product of powers of base units.
URI: gist:exponentOfSecond
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 watt-hour = 3600 x kilogram meterSquared per secondSquared' |
the conversion factor for watt-hour is 3600
the exponent of kilogram is 1
the exponent of meter is 2
the exponent of second is -2
all other exponents are zero
Every member of a unit group containing watt-hour must be a multiple of kilogram meterSquared per secondSquared. |
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
gist:exponentOfSecond |
| native |
gist:exponent_of_second |
LinkML Source
name: exponent_of_second
description: The exponent of second in a product of powers of base units.
examples:
- value: "In the equation '1 watt-hour = 3600 x kilogram meterSquared per secondSquared'\r\
\n\r\n\t\tthe conversion factor for watt-hour is 3600\r\n\t\tthe exponent of kilogram\
\ is 1\r\n\t\tthe exponent of meter is 2\r\n\t\tthe exponent of second is -2\r\
\n\t\tall other exponents are zero\r\n\r\n\t\tEvery member of a unit group containing\
\ watt-hour must be a multiple of kilogram meterSquared per secondSquared."
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- exponent of second
rank: 1000
domain: UnitGroup
slot_uri: gist:exponentOfSecond
range: decimal
any_of:
- range: UnitGroup
- range: UnitOfMeasure