Class: Term
URI: common_domain_model:Term
classDiagram
class Term
click Term href "../Term/"
Term : unit
Term : val
Slots
| Name |
Cardinality and Range |
Description |
Inheritance |
| unit |
1 string |
Qualifies the unit by which the amount is measured |
direct |
| val |
1 string |
|
direct |
Usages
In Subsets
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
common_domain_model:Term |
| native |
common_domain_model:Term |
LinkML Source
Direct
name: Term
in_subset:
- cdm_regulation
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- unit
- val
slot_usage:
unit:
name: unit
range: string
required: true
Induced
name: Term
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: Term
domain_of:
- MeasureBase
- Qty
- Term
range: string
required: true
val:
name: val
from_schema: https://w3id.org/lmodel/common-domain-model
related_mappings:
- icma:ISO20022#Val
rank: 1000
owner: Term
domain_of:
- Term
range: string
required: true