Skip to content

Class: SearchStatistics

Statistics about the search process

URI: revaise:SearchStatistics

```mermaid classDiagram class SearchStatistics click SearchStatistics href "../SearchStatistics/" StageStatistics <|-- SearchStatistics click StageStatistics href "../StageStatistics/"

  SearchStatistics : base_completed_date

  SearchStatistics : base_completion_rate

  SearchStatistics : base_items_completed

  SearchStatistics : base_participant_workloads





    SearchStatistics --> "*" ParticipantWorkload : base_participant_workloads
    click ParticipantWorkload href "../ParticipantWorkload/"



  SearchStatistics : base_started_date

  SearchStatistics : base_stats_id

  SearchStatistics : base_stats_notes

  SearchStatistics : base_total_hours

  SearchStatistics : base_total_items

  SearchStatistics : grey_literature_sources

  SearchStatistics : supplementary_search_methods

  SearchStatistics : total_databases_searched

  SearchStatistics : total_queries_executed

  SearchStatistics : total_records_retrieved

  SearchStatistics : unique_records_after_dedup

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
total_databases_searched 1
Integer
Number of databases searched direct
total_queries_executed 1
Integer
Total number of search queries executed direct
total_records_retrieved 1
Integer
Total number of records retrieved before deduplication direct
unique_records_after_dedup 0..1
Integer
Number of unique records after deduplication direct
grey_literature_sources 0..1
Integer
Number of grey literature sources searched direct
supplementary_search_methods *
String
Supplementary search methods used (e 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 records retrieved from all searches 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
SearchStage search_statistics range SearchStatistics

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

Mappings

Mapping Type Mapped Value
self revaise:SearchStatistics
native revaise:SearchStatistics

LinkML Source

Direct

name: SearchStatistics
description: Statistics about the search process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
slots:
- total_databases_searched
- total_queries_executed
- total_records_retrieved
- unique_records_after_dedup
- grey_literature_sources
- supplementary_search_methods
slot_usage:
  base_total_items:
    name: base_total_items
    description: Total number of records retrieved from all searches
    range: integer
    required: true
  total_databases_searched:
    name: total_databases_searched
    description: Number of databases searched
    range: integer
    required: true
  total_queries_executed:
    name: total_queries_executed
    description: Total number of search queries executed
    range: integer
    required: true
  total_records_retrieved:
    name: total_records_retrieved
    description: Total number of records retrieved before deduplication
    range: integer
    required: true
  unique_records_after_dedup:
    name: unique_records_after_dedup
    description: Number of unique records after deduplication
    range: integer
  grey_literature_sources:
    name: grey_literature_sources
    description: Number of grey literature sources searched
    range: integer
  supplementary_search_methods:
    name: supplementary_search_methods
    description: Supplementary search methods used (e.g., citation searching, hand
      searching)
    range: string
    multivalued: true

Induced

name: SearchStatistics
description: Statistics about the search 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 records retrieved from all searches
    range: integer
    required: true
  total_databases_searched:
    name: total_databases_searched
    description: Number of databases searched
    range: integer
    required: true
  total_queries_executed:
    name: total_queries_executed
    description: Total number of search queries executed
    range: integer
    required: true
  total_records_retrieved:
    name: total_records_retrieved
    description: Total number of records retrieved before deduplication
    range: integer
    required: true
  unique_records_after_dedup:
    name: unique_records_after_dedup
    description: Number of unique records after deduplication
    range: integer
  grey_literature_sources:
    name: grey_literature_sources
    description: Number of grey literature sources searched
    range: integer
  supplementary_search_methods:
    name: supplementary_search_methods
    description: Supplementary search methods used (e.g., citation searching, hand
      searching)
    range: string
    multivalued: true
attributes:
  total_databases_searched:
    name: total_databases_searched
    description: Number of databases searched
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    domain_of:
    - SearchStatistics
    range: integer
    required: true
  total_queries_executed:
    name: total_queries_executed
    description: Total number of search queries executed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    domain_of:
    - SearchStatistics
    range: integer
    required: true
  total_records_retrieved:
    name: total_records_retrieved
    description: Total number of records retrieved before deduplication
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    domain_of:
    - SearchStatistics
    range: integer
    required: true
  unique_records_after_dedup:
    name: unique_records_after_dedup
    description: Number of unique records after deduplication
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    domain_of:
    - SearchStatistics
    range: integer
  grey_literature_sources:
    name: grey_literature_sources
    description: Number of grey literature sources searched
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    domain_of:
    - SearchStatistics
    range: integer
  supplementary_search_methods:
    name: supplementary_search_methods
    description: Supplementary search methods used (e.g., citation searching, hand
      searching)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    domain_of:
    - SearchStatistics
    range: string
    multivalued: true
  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
    owner: SearchStatistics
    domain_of:
    - StageStatistics
    range: string
    required: true
  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
    owner: SearchStatistics
    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
    owner: SearchStatistics
    domain_of:
    - StageStatistics
    range: date
  base_total_items:
    name: base_total_items
    description: Total number of records retrieved from all searches
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SearchStatistics
    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
    owner: SearchStatistics
    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
    owner: SearchStatistics
    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
    owner: SearchStatistics
    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
    owner: SearchStatistics
    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
    owner: SearchStatistics
    domain_of:
    - StageStatistics
    range: string