Class: SearchQualityControl¶
Quality control measures for the search process
URI: revaise:SearchQualityControl
```mermaid classDiagram class SearchQualityControl click SearchQualityControl href "../SearchQualityControl/" StageQualityControl <|-- SearchQualityControl click StageQualityControl href "../StageQualityControl/"
SearchQualityControl : base_agreement_metrics
SearchQualityControl --> "0..1" AgreementMetrics : base_agreement_metrics
click AgreementMetrics href "../AgreementMetrics/"
SearchQualityControl : base_calibration_performed
SearchQualityControl : base_discrepancy_resolutions
SearchQualityControl --> "*" ConflictResolution : base_discrepancy_resolutions
click ConflictResolution href "../ConflictResolution/"
SearchQualityControl : base_double_checking_rate
SearchQualityControl : base_qc_id
SearchQualityControl : base_qc_notes
SearchQualityControl : base_qc_type
SearchQualityControl : base_spot_check_rate
SearchQualityControl : search_completeness_assessment
SearchQualityControl : search_reproducibility_check
SearchQualityControl : search_strategy_validation
SearchQualityControl : search_update_schedule
```
Inheritance¶
- StageQualityControl
- SearchQualityControl
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| search_strategy_validation | 0..1 String |
How the search strategy was validated | direct |
| search_reproducibility_check | 0..1 Boolean |
Whether search reproducibility was verified | direct |
| search_completeness_assessment | 0..1 String |
Assessment of search completeness | direct |
| search_update_schedule | 0..1 String |
Schedule for updating searches | direct |
| base_qc_id | 1 String |
Unique identifier for quality control instance | StageQualityControl |
| base_qc_type | 0..1 String |
Type of quality control (screening, extraction, synthesis, etc | StageQualityControl |
| base_double_checking_rate | 0..1 Float |
Proportion of items double-checked | StageQualityControl |
| base_agreement_metrics | 0..1 AgreementMetrics |
Inter-rater agreement metrics | StageQualityControl |
| base_discrepancy_resolutions | * ConflictResolution |
Record of resolved discrepancies | StageQualityControl |
| base_spot_check_rate | 0..1 Float |
Proportion of items spot-checked | StageQualityControl |
| base_calibration_performed | 0..1 Boolean |
Whether calibration exercises were performed | StageQualityControl |
| base_qc_notes | 0..1 String |
Additional quality control notes | StageQualityControl |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| SearchStage | search_quality_control | range | SearchQualityControl |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:SearchQualityControl |
| native | revaise:SearchQualityControl |
LinkML Source¶
Direct¶
name: SearchQualityControl
description: Quality control measures for the search process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageQualityControl
slots:
- search_strategy_validation
- search_reproducibility_check
- search_completeness_assessment
- search_update_schedule
slot_usage:
search_strategy_validation:
name: search_strategy_validation
description: How the search strategy was validated
range: string
search_reproducibility_check:
name: search_reproducibility_check
description: Whether search reproducibility was verified
range: boolean
search_completeness_assessment:
name: search_completeness_assessment
description: Assessment of search completeness
range: string
search_update_schedule:
name: search_update_schedule
description: Schedule for updating searches
range: string
Induced¶
name: SearchQualityControl
description: Quality control measures for the search process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageQualityControl
slot_usage:
search_strategy_validation:
name: search_strategy_validation
description: How the search strategy was validated
range: string
search_reproducibility_check:
name: search_reproducibility_check
description: Whether search reproducibility was verified
range: boolean
search_completeness_assessment:
name: search_completeness_assessment
description: Assessment of search completeness
range: string
search_update_schedule:
name: search_update_schedule
description: Schedule for updating searches
range: string
attributes:
search_strategy_validation:
name: search_strategy_validation
description: How the search strategy was validated
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- SearchQualityControl
range: string
search_reproducibility_check:
name: search_reproducibility_check
description: Whether search reproducibility was verified
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- SearchQualityControl
range: boolean
search_completeness_assessment:
name: search_completeness_assessment
description: Assessment of search completeness
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- SearchQualityControl
range: string
search_update_schedule:
name: search_update_schedule
description: Schedule for updating searches
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- SearchQualityControl
range: string
base_qc_id:
name: base_qc_id
description: Unique identifier for quality control instance
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
identifier: true
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: string
required: true
base_qc_type:
name: base_qc_type
description: Type of quality control (screening, extraction, synthesis, etc.)
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: string
base_double_checking_rate:
name: base_double_checking_rate
description: Proportion of items double-checked
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: float
minimum_value: 0.0
maximum_value: 1.0
base_agreement_metrics:
name: base_agreement_metrics
description: Inter-rater agreement metrics
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: AgreementMetrics
base_discrepancy_resolutions:
name: base_discrepancy_resolutions
description: Record of resolved discrepancies
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: ConflictResolution
multivalued: true
base_spot_check_rate:
name: base_spot_check_rate
description: Proportion of items spot-checked
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: float
minimum_value: 0.0
maximum_value: 1.0
base_calibration_performed:
name: base_calibration_performed
description: Whether calibration exercises were performed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: boolean
base_qc_notes:
name: base_qc_notes
description: Additional quality control notes
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SearchQualityControl
domain_of:
- StageQualityControl
range: string