Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Participant

A participant in a voice council session with role and attendance metadata.

URI: rfs:Participant

erDiagram
Participant {
    string role  
    datetime attendanceTimestamp  
}
Entity {
    string name  
    string description  
    uri url  
    string image  
    EntityTypes type  
}

Participant ||--|| Entity : "entity"

Slots

NameCardinality and RangeDescriptionInheritance
entity1
Entity
The person or agent participatingdirect
role0..1
String
Role of the participant (edirect
attendanceTimestamp0..1
Datetime
When the participant joined the sessiondirect

Usages

used byused intypeused
VoiceCouncilSessionparticipantsrangeParticipant

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Participant
nativerfs:Participant

LinkML Source

Direct

```yaml name: Participant description: A participant in a voice council session with role and attendance metadata. from_schema: https://framework.regen.network/schema/ attributes: entity: name: entity description: The person or agent participating. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Participant range: Entity required: true role: name: role description: Role of the participant (e.g., facilitator, observer, voting member). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Participant attendanceTimestamp: name: attendanceTimestamp description: When the participant joined the session. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Participant range: datetime
</details>

### Induced

<details>
```yaml
name: Participant
description: A participant in a voice council session with role and attendance metadata.
from_schema: https://framework.regen.network/schema/
attributes:
  entity:
    name: entity
    description: The person or agent participating.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: entity
    owner: Participant
    domain_of:
    - Participant
    range: Entity
    required: true
  role:
    name: role
    description: Role of the participant (e.g., facilitator, observer, voting member).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: role
    owner: Participant
    domain_of:
    - Participant
    range: string
  attendanceTimestamp:
    name: attendanceTimestamp
    description: When the participant joined the session.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: attendanceTimestamp
    owner: Participant
    domain_of:
    - Participant
    range: datetime