Class: QuantityValue
A simple quantity, e.g. 2cm
URI: nmdc:QuantityValue
classDiagram
class QuantityValue
click QuantityValue href "../QuantityValue"
AttributeValue <|-- QuantityValue
click AttributeValue href "../AttributeValue"
QuantityValue : maximum_numeric_value
QuantityValue : minimum_numeric_value
QuantityValue : numeric_value
QuantityValue : raw_value
QuantityValue : type
QuantityValue : unit
Inheritance
- AttributeValue
- QuantityValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
maximum_numeric_value | 0..1 String |
direct | |
minimum_numeric_value | 0..1 String |
direct | |
numeric_value | 0..1 String |
The number part of the quantity | direct |
unit | 0..1 String |
The unit of the quantity | direct |
raw_value | 0..1 String |
Unnormalized atomic string representation, should in syntax {number} {unit} | AttributeValue |
type | 0..1 String |
AttributeValue |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | nmdc:QuantityValue |
native | cdm:QuantityValue |
undefined | schema:QuantityValue |
LinkML Source
Direct
name: QuantityValue
description: A simple quantity, e.g. 2cm
from_schema: https://github.com/kbase/cdm-schema
mappings:
- schema:QuantityValue
is_a: AttributeValue
slots:
- maximum_numeric_value
- minimum_numeric_value
- numeric_value
- unit
slot_usage:
raw_value:
name: raw_value
description: Unnormalized atomic string representation, should in syntax {number}
{unit}
unit:
name: unit
description: The unit of the quantity
numeric_value:
name: numeric_value
description: The number part of the quantity
class_uri: nmdc:QuantityValue
Induced
name: QuantityValue
description: A simple quantity, e.g. 2cm
from_schema: https://github.com/kbase/cdm-schema
mappings:
- schema:QuantityValue
is_a: AttributeValue
slot_usage:
raw_value:
name: raw_value
description: Unnormalized atomic string representation, should in syntax {number}
{unit}
unit:
name: unit
description: The unit of the quantity
numeric_value:
name: numeric_value
description: The number part of the quantity
attributes:
maximum_numeric_value:
name: maximum_numeric_value
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: maximum_numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: string
minimum_numeric_value:
name: minimum_numeric_value
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: minimum_numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: string
numeric_value:
name: numeric_value
description: The number part of the quantity
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: string
unit:
name: unit
description: The unit of the quantity
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: unit
owner: QuantityValue
domain_of:
- Measurement
- QuantityValue
range: string
raw_value:
name: raw_value
description: Unnormalized atomic string representation, should in syntax {number}
{unit}
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: raw_value
owner: QuantityValue
domain_of:
- AttributeValue
range: string
type:
name: type
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: type
owner: QuantityValue
domain_of:
- EncodedFeature
- Feature
- Measurement
- Sample
- AttributeValue
range: string
class_uri: nmdc:QuantityValue