Skip to content

Class: Quantity

URI: cmdr:Quantity

classDiagram class Quantity click Quantity href "../Quantity" Quantity : unit Quantity : value

Slots

Name Cardinality and Range Description Inheritance
value 0..1
String
direct
unit 0..1
String
direct

Usages

used by used in type used
TimePoint offset_from_index range Quantity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cmdr

Mappings

Mapping Type Mapped Value
self cmdr:Quantity
native cmdr:Quantity

LinkML Source

Direct

name: Quantity
from_schema: https://w3id.org/linkml/cmdr
slots:
- value
- unit

Induced

name: Quantity
from_schema: https://w3id.org/linkml/cmdr
attributes:
  value:
    name: value
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: value
    owner: Quantity
    domain_of:
    - ContactPoint
    - Quantity
    range: string
  unit:
    name: unit
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: unit
    owner: Quantity
    domain_of:
    - Quantity
    range: string