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 <|-- Measurement
click Measurement href "../Measurement/"
QuantityValue : attribute
QuantityValue --> "1" Attribute : attribute
click Attribute href "../Attribute/"
QuantityValue : numeric_value
QuantityValue : raw_value
QuantityValue : unit
QuantityValue : unit_cv_id
Inheritance
- AttributeValue
- QuantityValue
Class Properties
| Property | Value |
|---|---|
| Class URI | nmdc:QuantityValue |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| numeric_value | 0..1 Float |
The numerical part of a quantity value | direct |
| unit | 0..1 String |
Unit of measurement, ideally as a Unit Ontology CURIE | direct |
| unit_cv_id | 0..1 Uriorcurie |
The unit of the quantity, expressed as a CURIE from the Unit Ontology | direct |
| attribute | 1 Attribute |
The attribute being represented | AttributeValue |
| raw_value | 0..1 String |
The value that was specified for an annotation in raw form, i | AttributeValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/wss-test
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nmdc:QuantityValue |
| native | wss_test:QuantityValue |
| undefined | schema:QuantityValue, bertron:QuantityValue |
LinkML Source
Direct
name: QuantityValue
description: A simple quantity, e.g. 2cm.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- schema:QuantityValue
- bertron:QuantityValue
is_a: AttributeValue
slots:
- numeric_value
- unit
- unit_cv_id
class_uri: nmdc:QuantityValue
Induced
name: QuantityValue
description: A simple quantity, e.g. 2cm.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- schema:QuantityValue
- bertron:QuantityValue
is_a: AttributeValue
attributes:
numeric_value:
name: numeric_value
description: The numerical part of a quantity value.
from_schema: https://w3id.org/sierra-moxon/wss-test
aliases:
- result_value
mappings:
- nmdc:numeric_value
- qud:quantityValue
- schema:value
- bertron:numeric_value
rank: 1000
alias: numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: float
unit:
name: unit
description: Unit of measurement, ideally as a Unit Ontology CURIE.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- nmdc:unit
- qud:unit
- schema:unitCode
- UO:0000000
- bertron:unit
rank: 1000
alias: unit
owner: QuantityValue
domain_of:
- QuantityValue
range: string
unit_cv_id:
name: unit_cv_id
description: The unit of the quantity, expressed as a CURIE from the Unit Ontology.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:unit_cv_id
rank: 1000
alias: unit_cv_id
owner: QuantityValue
domain_of:
- QuantityValue
range: uriorcurie
attribute:
name: attribute
description: The attribute being represented.
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- bertron:attribute
rank: 1000
alias: attribute
owner: QuantityValue
domain_of:
- AttributeValue
range: Attribute
required: true
raw_value:
name: raw_value
description: The value that was specified for an annotation in raw form, i.e.
a string. E.g. "2 cm" or "2-4 cm"
from_schema: https://w3id.org/sierra-moxon/wss-test
mappings:
- nmdc:raw_value
- bertron:raw_value
rank: 1000
alias: raw_value
owner: QuantityValue
domain_of:
- AttributeValue
range: string
class_uri: nmdc:QuantityValue