Class: QuantityValue
A value of an attribute that is quantitative and measurable, expressed as a combination of a unit and a numeric value
URI: zebrafish_toxicology_atlas_schema:QuantityValue
classDiagram
class QuantityValue
click QuantityValue href "../QuantityValue/"
QuantityValue : numeric_value
QuantityValue : unit
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| unit | 0..1 String |
The unit of the quantity value | direct |
| numeric_value | 0..1 String |
The numeric value of the quantity value | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Phenotype | prevalence | range | QuantityValue |
| Regimen | interval_between_individual_exposures | range | QuantityValue |
| Regimen | total_exposure_duration | range | QuantityValue |
| Regimen | individual_exposure_duration | range | QuantityValue |
| StressorChemical | concentration | range | QuantityValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | zebrafish_toxicology_atlas_schema:QuantityValue |
| native | zebrafish_toxicology_atlas_schema:QuantityValue |
LinkML Source
Direct
name: QuantityValue
description: A value of an attribute that is quantitative and measurable, expressed
as a combination of a unit and a numeric value
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
slots:
- unit
- numeric_value
Induced
name: QuantityValue
description: A value of an attribute that is quantitative and measurable, expressed
as a combination of a unit and a numeric value
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
attributes:
unit:
name: unit
description: The unit of the quantity value.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: unit
owner: QuantityValue
domain_of:
- QuantityValue
range: string
numeric_value:
name: numeric_value
description: The numeric value of the quantity value.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
rank: 1000
alias: numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: string