Skip to content

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" Annotation <|-- QuantityValue click Annotation href "../Annotation" QuantityValue <|-- Concentration click Concentration href "../Concentration" QuantityValue : has_numeric_value QuantityValue : has_unit

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_unit 0..1
String
The unit of the quantity value direct
has_numeric_value 0..1
String
The numeric value of the quantity value direct

Usages

used by used in type used
ExposureEvent duration range QuantityValue
ExposureEvent frequency 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
is_a: Annotation
slots:
- has_unit
- has_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
is_a: Annotation
attributes:
  has_unit:
    name: has_unit
    description: The unit of the quantity value.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: has_unit
    owner: QuantityValue
    domain_of:
    - QuantityValue
    - Concentration
    range: string
  has_numeric_value:
    name: has_numeric_value
    description: The numeric value of the quantity value.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: has_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    - Concentration
    range: string