Class: ExtractionStatistics¶
Statistics about the extraction process
URI: revaise:ExtractionStatistics
```mermaid classDiagram class ExtractionStatistics click ExtractionStatistics href "../ExtractionStatistics/" StageStatistics <|-- ExtractionStatistics click StageStatistics href "../StageStatistics/"
ExtractionStatistics : average_time_per_study
ExtractionStatistics : base_completed_date
ExtractionStatistics : base_completion_rate
ExtractionStatistics : base_items_completed
ExtractionStatistics : base_participant_workloads
ExtractionStatistics --> "*" ParticipantWorkload : base_participant_workloads
click ParticipantWorkload href "../ParticipantWorkload/"
ExtractionStatistics : base_started_date
ExtractionStatistics : base_stats_id
ExtractionStatistics : base_stats_notes
ExtractionStatistics : base_total_hours
ExtractionStatistics : base_total_items
ExtractionStatistics : missing_data_rate
ExtractionStatistics : total_data_points
ExtractionStatistics : total_studies_extracted
```
Inheritance¶
- StageStatistics
- ExtractionStatistics
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| total_studies_extracted | 1 Integer |
Total number of studies extracted | direct |
| total_data_points | 0..1 Integer |
Total number of data points extracted | direct |
| missing_data_rate | 0..1 Float |
Rate of missing data points | direct |
| average_time_per_study | 0..1 Float |
Average time per study (minutes) | direct |
| base_stats_id | 1 String |
Unique identifier for stage statistics | StageStatistics |
| base_started_date | 0..1 Date |
Date the stage started | StageStatistics |
| base_completed_date | 0..1 Date |
Date the stage completed | StageStatistics |
| base_total_items | 1 Integer |
Total number of studies to extract | StageStatistics |
| base_items_completed | 0..1 Integer |
Number of items completed | StageStatistics |
| base_completion_rate | 0..1 Float |
Proportion of items completed | StageStatistics |
| base_total_hours | 0..1 Float |
Total hours spent on this stage | StageStatistics |
| base_participant_workloads | * ParticipantWorkload |
Workload distribution among participants | StageStatistics |
| base_stats_notes | 0..1 String |
Additional notes about stage statistics | StageStatistics |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ExtractionStage | extraction_statistics | range | ExtractionStatistics |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ExtractionStatistics |
| native | revaise:ExtractionStatistics |
LinkML Source¶
Direct¶
name: ExtractionStatistics
description: Statistics about the extraction process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
slots:
- total_studies_extracted
- total_data_points
- missing_data_rate
- average_time_per_study
slot_usage:
base_total_items:
name: base_total_items
description: Total number of studies to extract
range: integer
required: true
total_studies_extracted:
name: total_studies_extracted
description: Total number of studies extracted
range: integer
required: true
total_data_points:
name: total_data_points
description: Total number of data points extracted
range: integer
average_time_per_study:
name: average_time_per_study
description: Average time per study (minutes)
range: float
missing_data_rate:
name: missing_data_rate
description: Rate of missing data points
range: float
Induced¶
name: ExtractionStatistics
description: Statistics about the extraction process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
slot_usage:
base_total_items:
name: base_total_items
description: Total number of studies to extract
range: integer
required: true
total_studies_extracted:
name: total_studies_extracted
description: Total number of studies extracted
range: integer
required: true
total_data_points:
name: total_data_points
description: Total number of data points extracted
range: integer
average_time_per_study:
name: average_time_per_study
description: Average time per study (minutes)
range: float
missing_data_rate:
name: missing_data_rate
description: Rate of missing data points
range: float
attributes:
total_studies_extracted:
name: total_studies_extracted
description: Total number of studies extracted
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: total_studies_extracted
owner: ExtractionStatistics
domain_of:
- ExtractionStatistics
range: integer
required: true
total_data_points:
name: total_data_points
description: Total number of data points extracted
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: total_data_points
owner: ExtractionStatistics
domain_of:
- ExtractionStatistics
range: integer
missing_data_rate:
name: missing_data_rate
description: Rate of missing data points
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: missing_data_rate
owner: ExtractionStatistics
domain_of:
- ExtractionStatistics
range: float
average_time_per_study:
name: average_time_per_study
description: Average time per study (minutes)
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: average_time_per_study
owner: ExtractionStatistics
domain_of:
- ExtractionStatistics
range: float
base_stats_id:
name: base_stats_id
description: Unique identifier for stage statistics
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
identifier: true
alias: base_stats_id
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: string
base_started_date:
name: base_started_date
description: Date the stage started
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_started_date
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: date
base_completed_date:
name: base_completed_date
description: Date the stage completed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_completed_date
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: date
base_total_items:
name: base_total_items
description: Total number of studies to extract
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_total_items
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: integer
required: true
base_items_completed:
name: base_items_completed
description: Number of items completed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_items_completed
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: integer
base_completion_rate:
name: base_completion_rate
description: Proportion of items completed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_completion_rate
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: float
minimum_value: 0.0
maximum_value: 1.0
base_total_hours:
name: base_total_hours
description: Total hours spent on this stage
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_total_hours
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: float
base_participant_workloads:
name: base_participant_workloads
description: Workload distribution among participants
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_participant_workloads
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: ParticipantWorkload
multivalued: true
base_stats_notes:
name: base_stats_notes
description: Additional notes about stage statistics
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: base_stats_notes
owner: ExtractionStatistics
domain_of:
- StageStatistics
range: string