Class: ParticipantWorkload¶
Workload statistics for a participant
URI: revaise:ParticipantWorkload
```mermaid classDiagram class ParticipantWorkload click ParticipantWorkload href "../ParticipantWorkload/" ParticipantWorkload : average_items_per_day
ParticipantWorkload : first_item_date
ParticipantWorkload : items_processed_count
ParticipantWorkload : last_item_date
ParticipantWorkload : participant_id
ParticipantWorkload : peak_items_per_day
ParticipantWorkload : stage_type
ParticipantWorkload --> "1" StageType : stage_type
click StageType href "../StageType/"
ParticipantWorkload : time_spent_hours
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| participant_id | 1 String |
Reference to the participant | direct |
| stage_type | 1 StageType |
Stage of the review process | direct |
| items_processed_count | 1 Integer |
Total items processed | direct |
| time_spent_hours | 0..1 Float |
Total time spent in hours | direct |
| first_item_date | 0..1 Date |
Date of first item processed | direct |
| last_item_date | 0..1 Date |
Date of last item processed | direct |
| average_items_per_day | 0..1 Float |
Average items processed per day | direct |
| peak_items_per_day | 0..1 Integer |
Maximum items processed in a single day | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ScreeningStatistics | base_participant_workloads | range | ParticipantWorkload |
| StageStatistics | base_participant_workloads | range | ParticipantWorkload |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ParticipantWorkload |
| native | revaise:ParticipantWorkload |
LinkML Source¶
Direct¶
name: ParticipantWorkload
description: Workload statistics for a participant
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
slots:
- participant_id
- stage_type
- items_processed_count
- time_spent_hours
- first_item_date
- last_item_date
- average_items_per_day
- peak_items_per_day
slot_usage:
participant_id:
name: participant_id
description: Reference to the participant
range: string
required: true
stage_type:
name: stage_type
description: Stage of the review process
range: StageType
required: true
items_processed_count:
name: items_processed_count
description: Total items processed
range: integer
required: true
time_spent_hours:
name: time_spent_hours
description: Total time spent in hours
range: float
first_item_date:
name: first_item_date
description: Date of first item processed
range: date
last_item_date:
name: last_item_date
description: Date of last item processed
range: date
average_items_per_day:
name: average_items_per_day
description: Average items processed per day
range: float
peak_items_per_day:
name: peak_items_per_day
description: Maximum items processed in a single day
range: integer
Induced¶
name: ParticipantWorkload
description: Workload statistics for a participant
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
slot_usage:
participant_id:
name: participant_id
description: Reference to the participant
range: string
required: true
stage_type:
name: stage_type
description: Stage of the review process
range: StageType
required: true
items_processed_count:
name: items_processed_count
description: Total items processed
range: integer
required: true
time_spent_hours:
name: time_spent_hours
description: Total time spent in hours
range: float
first_item_date:
name: first_item_date
description: Date of first item processed
range: date
last_item_date:
name: last_item_date
description: Date of last item processed
range: date
average_items_per_day:
name: average_items_per_day
description: Average items processed per day
range: float
peak_items_per_day:
name: peak_items_per_day
description: Maximum items processed in a single day
range: integer
attributes:
participant_id:
name: participant_id
description: Reference to the participant
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: string
required: true
stage_type:
name: stage_type
description: Stage of the review process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- StageExecution
- ParticipantWorkload
- WorkSession
range: StageType
required: true
items_processed_count:
name: items_processed_count
description: Total items processed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: integer
required: true
time_spent_hours:
name: time_spent_hours
description: Total time spent in hours
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: float
first_item_date:
name: first_item_date
description: Date of first item processed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: date
last_item_date:
name: last_item_date
description: Date of last item processed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: date
average_items_per_day:
name: average_items_per_day
description: Average items processed per day
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: float
peak_items_per_day:
name: peak_items_per_day
description: Maximum items processed in a single day
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
rank: 1000
owner: ParticipantWorkload
domain_of:
- ParticipantWorkload
range: integer