Class: QuantityValue
A simple quantity, e.g. 2cm
Inheritance
- AttributeValue
- QuantityValue
Slots
Name | Range | Cardinality | Description | Info |
---|---|---|---|---|
has_unit | unit | 0..1 | The unit of the quantity | . |
has_numeric_value | double | 0..1 | The number part of the quantity | . |
has_minimum_numeric_value | float | 0..1 | The minimum value part, expressed as number, of the quantity value when the value covers a range. | . |
has_maximum_numeric_value | float | 0..1 | The maximum value part, expressed as number, of the quantity value when the value covers a range. | . |
name | string | 0..1 | A human readable label for an entity | . |
title | string | 0..1 | A name given to the entity that differs from the name/label programatically assigned to it. | . |
was_generated_by | Activity | 0..1 | None | . |
Usages
Identifier and Mapping Information
LinkML Specification
Direct
name: quantity value
mappings:
- schema:QuantityValue
description: A simple quantity, e.g. 2cm
from_schema: https://cellcards.org/schema/cellcard-core
is_a: attribute value
slots:
- has unit
- has numeric value
- has minimum numeric value
- has maximum numeric value
slot_usage:
has unit:
name: has unit
description: The unit of the quantity
has numeric value:
name: has numeric value
description: The number part of the quantity
range: double
Induced
name: quantity value
mappings:
- schema:QuantityValue
description: A simple quantity, e.g. 2cm
from_schema: https://cellcards.org/schema/cellcard-core
is_a: attribute value
slot_usage:
has unit:
name: has unit
description: The unit of the quantity
has numeric value:
name: has numeric value
description: The number part of the quantity
range: double
attributes:
has unit:
name: has unit
description: The unit of the quantity
from_schema: https://cellcards.org/schema/cellcard-core
alias: has_unit
owner: quantity value
range: unit
has numeric value:
name: has numeric value
description: The number part of the quantity
from_schema: https://cellcards.org/schema/cellcard-core
multivalued: false
alias: has_numeric_value
owner: quantity value
range: double
has minimum numeric value:
name: has minimum numeric value
description: The minimum value part, expressed as number, of the quantity value
when the value covers a range.
from_schema: https://cellcards.org/schema/cellcard-core
is_a: has numeric value
alias: has_minimum_numeric_value
owner: quantity value
range: float
has maximum numeric value:
name: has maximum numeric value
description: The maximum value part, expressed as number, of the quantity value
when the value covers a range.
from_schema: https://cellcards.org/schema/cellcard-core
is_a: has numeric value
alias: has_maximum_numeric_value
owner: quantity value
range: float
name:
name: name
description: A human readable label for an entity
from_schema: https://cellcards.org/schema/cellcard-core
multivalued: false
alias: name
owner: quantity value
range: string
title:
name: title
exact_mappings:
- dcterms:title
description: A name given to the entity that differs from the name/label programatically
assigned to it.
from_schema: https://cellcards.org/schema/cellcard-core
multivalued: false
alias: title
owner: quantity value
range: string
was generated by:
name: was generated by
exact_mappings:
- prov:wasGeneratedBy
in_subset:
- provenance
from_schema: https://cellcards.org/schema/cellcard-core
alias: was_generated_by
owner: quantity value
range: activity