WARNING: This site is a work in progress.
Class: SessionSummary
Summary of a completed voice council session.
URI: rfs:SessionSummary
erDiagram
SessionSummary {
stringList topics
stringList decisions
stringList actionItems
}
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| topics | * String | Key topics discussed during the session | direct |
| decisions | * String | Decisions made during the session | direct |
| actionItems | * String | Action items identified during the session | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| VoiceCouncilSession | summary | range | SessionSummary |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:SessionSummary |
| native | rfs:SessionSummary |
LinkML Source
Direct
```yaml
name: SessionSummary
description: Summary of a completed voice council session.
from_schema: https://framework.regen.network/schema/
attributes:
topics:
name: topics
description: Key topics discussed during the session.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- SessionSummary
multivalued: true
decisions:
name: decisions
description: Decisions made during the session.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- SessionSummary
multivalued: true
actionItems:
name: actionItems
description: Action items identified during the session.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- SessionSummary
multivalued: true
</details>
### Induced
<details>
```yaml
name: SessionSummary
description: Summary of a completed voice council session.
from_schema: https://framework.regen.network/schema/
attributes:
topics:
name: topics
description: Key topics discussed during the session.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: topics
owner: SessionSummary
domain_of:
- SessionSummary
range: string
multivalued: true
decisions:
name: decisions
description: Decisions made during the session.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: decisions
owner: SessionSummary
domain_of:
- SessionSummary
range: string
multivalued: true
actionItems:
name: actionItems
description: Action items identified during the session.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: actionItems
owner: SessionSummary
domain_of:
- SessionSummary
range: string
multivalued: true