Class: StakeholderInput¶
Input that informed scoping decisions.
```mermaid classDiagram class StakeholderInput click StakeholderInput href "../StakeholderInput/" StakeholderInput : stakeholder_input_date
StakeholderInput : stakeholder_input_id
StakeholderInput : stakeholder_input_source
StakeholderInput : stakeholder_input_summary
StakeholderInput : stakeholder_input_type
StakeholderInput --> "0..1" StakeholderInputType : stakeholder_input_type
click StakeholderInputType href "../StakeholderInputType/"
StakeholderInput : stakeholder_input_used
StakeholderInput : stakeholder_role
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| stakeholder_input_id | 0..1 String |
Identifier for stakeholder input | direct |
| stakeholder_role | 0..1 String |
Role of the stakeholder providing input | direct |
| stakeholder_input_type | 0..1 StakeholderInputType |
Type of stakeholder input | direct |
| stakeholder_input_summary | 0..1 String |
Summary of the input received | direct |
| stakeholder_input_date | 0..1 Datetime |
Date and time when input was received | direct |
| stakeholder_input_source | 0..1 String |
Source or record of the input | direct |
| stakeholder_input_used | 0..1 Boolean |
Whether the input influenced the review scope | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ScopingStage | stakeholder_inputs | range | StakeholderInput |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:StakeholderInput |
| native | revaise:StakeholderInput |
LinkML Source¶
Direct¶
name: StakeholderInput
description: Input that informed scoping decisions.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
slots:
- stakeholder_input_id
- stakeholder_role
- stakeholder_input_type
- stakeholder_input_summary
- stakeholder_input_date
- stakeholder_input_source
- stakeholder_input_used
Induced¶
name: StakeholderInput
description: Input that informed scoping decisions.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
attributes:
stakeholder_input_id:
name: stakeholder_input_id
description: Identifier for stakeholder input
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: string
stakeholder_role:
name: stakeholder_role
description: Role of the stakeholder providing input
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: string
stakeholder_input_type:
name: stakeholder_input_type
description: Type of stakeholder input
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: StakeholderInputType
stakeholder_input_summary:
name: stakeholder_input_summary
description: Summary of the input received
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: string
stakeholder_input_date:
name: stakeholder_input_date
description: Date and time when input was received
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: datetime
stakeholder_input_source:
name: stakeholder_input_source
description: Source or record of the input
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: string
stakeholder_input_used:
name: stakeholder_input_used
description: Whether the input influenced the review scope
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: StakeholderInput
domain_of:
- StakeholderInput
range: boolean