Skip to content

Class: Qty

URI: common_domain_model:Qty

 classDiagram
    class Qty
    click Qty href "../Qty/"
      Qty : unit

Slots

Name Cardinality and Range Description Inheritance
unit 1
string
Qualifies the unit by which the amount is measured direct

Usages

used by used in type used
Tx qty range Qty

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:Qty
native common_domain_model:Qty

LinkML Source

Direct

name: Qty
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- unit
slot_usage:
  unit:
    name: unit
    range: string
    required: true

Induced

name: Qty
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  unit:
    name: unit
    range: string
    required: true
attributes:
  unit:
    name: unit
    description: Qualifies the unit by which the amount is measured. Optional because
      a measure may be unit-less (e.g. when representing a ratio between amounts in
      the same unit).
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: Qty
    domain_of:
    - MeasureBase
    - Qty
    - Term
    range: string
    required: true