Regen Network

Regen Network Data Standards

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

NameCardinality and RangeDescriptionInheritance
topics*
String
Key topics discussed during the sessiondirect
decisions*
String
Decisions made during the sessiondirect
actionItems*
String
Action items identified during the sessiondirect

Usages

used byused intypeused
VoiceCouncilSessionsummaryrangeSessionSummary

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:SessionSummary
nativerfs: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