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
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| entity | 1 Entity | The person or agent participating | direct |
| role | 0..1 String | Role of the participant (e | direct |
| attendanceTimestamp | 0..1 Datetime | When the participant joined the session | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| VoiceCouncilSession | participants | range | Participant |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:Participant |
| native | rfs: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