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: base:QuantityValue

classDiagram class QuantityValue Annotation <|-- QuantityValue QuantityValue : has_numeric_value QuantityValue : has_unit

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_unit 0..1
Unit
connects a quantity value to a unit direct
has_numeric_value 0..1
xsd:double
connects a quantity value to a number direct

Usages

used by used in type used
QuantityValue has_unit domain QuantityValue
QuantityValue has_numeric_value domain QuantityValue
Attribute has_quantitative_value range QuantityValue
ControlRole has_quantitative_value range QuantityValue
BiologicalSex has_quantitative_value range QuantityValue
SeverityValue has_quantitative_value range QuantityValue
SystemAttribute has_quantitative_value range QuantityValue
ObservableQuality has_quantitative_value range QuantityValue
Homogeneity has_quantitative_value range QuantityValue
EmpiricalAttribute has_quantitative_value range QuantityValue
EmpiricalMeasurement has_quantitative_value range QuantityValue
EmpiricalModifier has_quantitative_value range QuantityValue
EmpiricalCourse has_quantitative_value range QuantityValue
Onset has_quantitative_value range QuantityValue
SocioeconomicAttribute has_quantitative_value range QuantityValue
WorkloadBackgroundExposure has_quantitative_value range QuantityValue
FaultyProcessExposure has_quantitative_value range QuantityValue
FaultyDeploymentExposure has_quantitative_value range QuantityValue
ControlExposure has_quantitative_value range QuantityValue
AdministrativeOperationExposure has_quantitative_value range QuantityValue
GeographicExposure has_quantitative_value range QuantityValue
EnvironmentalExposure has_quantitative_value range QuantityValue
BehavioralExposure has_quantitative_value range QuantityValue
SocioeconomicExposure has_quantitative_value range QuantityValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/base

Mappings

Mapping Type Mapped Value
self base:QuantityValue
native base:QuantityValue

LinkML Source

Direct

name: quantity value
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/lmodel/base
rank: 1000
is_a: annotation
slots:
- has unit
- has numeric value

Induced

name: quantity value
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/lmodel/base
rank: 1000
is_a: annotation
attributes:
  has unit:
    name: has unit
    description: connects a quantity value to a unit
    in_subset:
    - samples
    from_schema: https://w3id.org/lmodel/base
    exact_mappings:
    - AML:hasUnit
    - CTRL:unit
    - CTRL:hasUnit
    - IAO:0000039
    - OM:hasUnit
    - qud:unit
    - SIO:000221
    - sumo:UnitFn
    close_mappings:
    - EFO:0001697
    - UO:is_unit_of
    narrow_mappings:
    - gr:hasUnitOfMeasurement
    rank: 1000
    domain: quantity value
    multivalued: false
    alias: has_unit
    owner: quantity value
    domain_of:
    - quantity value
    range: unit
  has numeric value:
    name: has numeric value
    description: connects a quantity value to a number
    in_subset:
    - samples
    from_schema: https://w3id.org/lmodel/base
    exact_mappings:
    - qud:quantityValue
    narrow_mappings:
    - CTRL:Quantity
    - gr:weight
    - gr:width
    - sumo:age
    - sumo:diameter
    - sumo:duration
    - sumo:FiniteQuantity
    - sumo:InfiniteQuantity
    - sumo:length
    - sumo:memorySize
    - sumo:netAmount
    - sumo:netWorth
    - sumo:publishedPrice
    - sumo:Quantity
    - sumo:QuantityChange
    - sumo:radius
    - sumo:totalFacilityTypeInArea
    - sumo:unitNumber
    - sumo:unitPrice
    - gr:weight
    - gr:width
    broad_mappings:
    - NCIT:C81274
    - schema:Number
    - qud:numericValue
    - sumo:number
    rank: 1000
    domain: quantity value
    multivalued: false
    alias: has_numeric_value
    owner: quantity value
    domain_of:
    - quantity value
    range: double