Slot: contextIds
A USDM relationship between the Condition and the ScheduledActivityInstance or Activity classes which identifies the scheduled activity instance or activity to which the condition belongs.
URI: https://example.org/usdm/v4/linkml/contextIds Alias: contextIds
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Condition | A state of being. | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | string or ScheduledActivityInstance or Activity |
| Domain Of | Condition |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
| ### Slot Characteristics |
| Property | Value |
|---|---|
| Owner | Condition |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Activity'}) - AnonymousSlotExpression({'range': 'ScheduledActivityInstance'})Identifier and Mapping Information
Schema Source
- from schema: https://example.org/usdm/v4/linkml
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://example.org/usdm/v4/linkml/contextIds |
| native | https://example.org/usdm/v4/linkml/contextIds |
LinkML Source
name: contextIds
description: A USDM relationship between the Condition and the ScheduledActivityInstance
or Activity classes which identifies the scheduled activity instance or activity
to which the condition belongs.
from_schema: https://example.org/usdm/v4/linkml
rank: 1000
alias: contextIds
owner: Condition
domain_of:
- Condition
range: string
required: false
multivalued: true
inlined: false
any_of:
- range: Activity
- range: ScheduledActivityInstance